Show
Ignore:
Timestamp:
03/08/10 16:42:15 (6 months ago)
Author:
mgray
Message:

Stubbed method I_ApplicationServer::getDefaultSessionService()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Enterprise/branches/0075_TR_SCRIPTING/AppServer/I_ApplicationServer.hpp

    r3454 r3482  
    3939 
    4040#include <Zen/Enterprise/Networking/I_Endpoint.hpp> 
     41 
     42#include <Zen/Community/SessionCommon/I_SessionService.hpp> 
    4143 
    4244#include <boost/noncopyable.hpp> 
     
    99101    typedef Event::I_EventManager::pEventService_type       pEventService_type; 
    100102    typedef std::map<std::string,std::string>               config_type; 
     103 
     104    typedef Memory::managed_ptr<Community::Common::I_SessionService>    pSessionService_type; 
    101105    /// @} 
    102106 
     
    126130    /// Get the default script engine. 
    127131    virtual pScriptEngine_type getDefaultScriptEngine() = 0; 
     132 
     133    /// Get the default session service. 
     134    virtual pSessionService_type getDefaultSessionService() = 0; 
    128135 
    129136    /// Get the event service that the application server uses for publishing events.