00001 /* 00002 * Copyright 1999-2006 by Codemesh, Inc. ALL RIGHTS RESERVED. 00003 */ 00004 00005 #ifndef xmog_authentication_provider_inc 00006 #define xmog_authentication_provider_inc 00007 00008 00009 #include "xmog.h" 00010 00011 00015 class XMOG_DECLSPEC xmog_authentication_provider 00016 { 00017 public: 00018 00024 xmog_authentication_provider( const char * auth ); 00025 00026 ~xmog_authentication_provider(); 00027 00028 private: 00029 00030 char * auth_; 00031 }; 00032 00033 00034 #endif /* xmog_authentication_provider_inc */
1.4.1