(file) Return to IndicationService.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / IndicationService

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.h between version 1.81 and 1.81.22.1

version 1.81, 2006/08/09 21:12:58 version 1.81.22.1, 2007/03/23 21:53:53
Line 43 
Line 43 
 #define Pegasus_IndicationService_h #define Pegasus_IndicationService_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <Pegasus/Common/SessionKey.h>
 #include <Pegasus/Common/MessageQueueService.h> #include <Pegasus/Common/MessageQueueService.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
 #include <Pegasus/Common/AcceptLanguageList.h> #include <Pegasus/Common/AcceptLanguageList.h>
Line 1248 
Line 1249 
     Array <CIMName> _supportedSNMPHandlerProperties;     Array <CIMName> _supportedSNMPHandlerProperties;
     Array <CIMName> _supportedSyslogListenerDestinationProperties;     Array <CIMName> _supportedSyslogListenerDestinationProperties;
     Array <CIMName> _supportedEmailListenerDestinationProperties;     Array <CIMName> _supportedEmailListenerDestinationProperties;
   
   private:
   
       SessionKeyMap _sessionKeyMap;
   
       // Assign a session key for this user. Return 0 on success, -1 on failure.
       int _assignSessionKey(const String& userName, SessionKey& sessionKey);
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.81  
changed lines
  Added in v.1.81.22.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2