Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

xmog_authentication_provider.h

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 */

Generated on Wed May 31 14:01:19 2006 for Shared Codemesh Runtime Library API Reference by  doxygen 1.4.1