00001 #ifndef _WINC_LICENSE 00002 #define _WINC_LICENSE 00003 00004 namespace WXP { 00005 class License { 00006 int good; 00007 int gif; 00008 int nldn; 00009 int prodman; 00010 00011 int decode( const char *code, char *str ); 00012 int check( const char *isite, const char *iname, const char *cname, char *str ); 00013 public: 00014 License(); 00015 int valid(); 00016 int valid( const char *type ); 00017 }; 00018 } 00019 #endif
1.6.1