- Timestamp:
- 03/08/10 16:42:15 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Enterprise/branches/0075_TR_SCRIPTING/AppServer/I_ApplicationServer.hpp
r3454 r3482 39 39 40 40 #include <Zen/Enterprise/Networking/I_Endpoint.hpp> 41 42 #include <Zen/Community/SessionCommon/I_SessionService.hpp> 41 43 42 44 #include <boost/noncopyable.hpp> … … 99 101 typedef Event::I_EventManager::pEventService_type pEventService_type; 100 102 typedef std::map<std::string,std::string> config_type; 103 104 typedef Memory::managed_ptr<Community::Common::I_SessionService> pSessionService_type; 101 105 /// @} 102 106 … … 126 130 /// Get the default script engine. 127 131 virtual pScriptEngine_type getDefaultScriptEngine() = 0; 132 133 /// Get the default session service. 134 virtual pSessionService_type getDefaultSessionService() = 0; 128 135 129 136 /// Get the event service that the application server uses for publishing events.
