00001 #ifndef _WINC_RESRCDB 00002 #define _WINC_RESRCDB 00003 00004 #include <WXP/ResrcDBList.h> 00005 #include <WXP/String.h> 00006 #include <WXP/Strings.h> 00007 00008 namespace WXP { 00009 class ResrcDB { 00010 public: 00011 static int create( Strings &args, 00012 ResrcDBList &key, ResrcDBList &pos ); 00013 static int decodeProgramName( const char *string, String &prog ); 00014 static int printHelp( const char *name, ResrcDBList &key, ResrcDBList &pos ); 00015 }; 00016 } 00017 #endif
1.6.1