00001
00002
00003
00004 #ifndef UTILMM_SINGLETON_SERVER_FWD
00005 # define UTILMM_SINGLETON_SERVER_FWD
00006
00007 namespace utilmm {
00008 namespace singleton {
00009
00010 class server;
00011
00012 }
00013 }
00014
00015 #endif // UTILMM_SINGLETON_SERVER_FWD
00016