diff -r 71ca22bcf22a -r 5a06f39ad45b mmserv/tms/inc/tmsglobalroutingimpl.h --- a/mmserv/tms/inc/tmsglobalroutingimpl.h Tue Feb 02 01:08:46 2010 +0200 +++ b/mmserv/tms/inc/tmsglobalroutingimpl.h Fri Apr 16 15:29:42 2010 +0300 @@ -23,25 +23,21 @@ namespace TMS { -// FORWARD DECLARATIONS -class TMSProxy; - // TMSGlobalRoutingImpl class class TMSGlobalRoutingImpl : public TMSGlobalRouting { public: - ~TMSGlobalRoutingImpl(); - + virtual ~TMSGlobalRoutingImpl(); IMPORT_C static gint Create(TMSGlobalRouting*& globrouting); IMPORT_C static gint Delete(TMSGlobalRouting*& globrouting); private: TMSGlobalRoutingImpl(); gint PostConstruct(); + gint SetParent(TMSGlobalRouting*& parent); }; } //namespace TMS #endif // TMS_GLOBAL_ROUTING_IMPL_H -// End of file