00001
00002
00003
00004 #ifndef UTILMM_SINGLETON_WRAPPER_FWD
00005 # define UTILMM_SINGLETON_WRAPPER_FWD
00006
00007 namespace utilmm {
00008 namespace singleton {
00009
00010 template<typename Ty>
00011 class wrapper;
00012
00013 }
00014 }
00015
00016 #endif // UTILMM_SINGLETON_WRAPPER_FWD
00017