00001 /* "$Id: valuepair_p.h,v 1.5 2005/05/12 19:34:53 costello Exp $" -*-ObjC-*- */ 00002 00003 #ifndef VALUEPAIR_P_INC 00004 #define VALUEPAIR_P_INC 00005 00006 #include <objc/Object.h> 00007 #include "ciroucset_common.h" 00008 #include "ciroucset_value_formatter_p.h" 00009 00013 @protocol valuepair_p 00019 -(char *)key ; 00027 -(char *)value: (maybe_t)aForDatabaseUse; 00034 -(void)setvalue:(char *)aValue ; 00040 -(maybe_t)is_value_saved ; 00047 -(id<ciroucset_value_formatter_p>)getformatter ; 00048 @end 00049 /* end of valuepair_p definition */ 00050 #endif
1.4.2