00001 /* -*- C++ -*- 00002 * $Id: wrapper_fwd.hh 949 2005-02-11 14:51:00Z fpy $ 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 } // namespace utilmm::singleton 00014 } // namespace utilmm 00015 00016 #endif // UTILMM_SINGLETON_WRAPPER_FWD 00017