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

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestAuthorizer.h between version 1.16 and 1.17

version 1.16, 2004/05/26 17:04:39 version 1.17, 2004/06/02 09:01:58
Line 27 
Line 27 
 // //
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              Amit K Arora, IBM (amita@in.ibm.com) for PEP#101
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 36 
Line 37 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/MessageQueueService.h> #include <Pegasus/Common/MessageQueueService.h>
 #include <Pegasus/Common/CIMMessage.h> #include <Pegasus/Common/CIMMessage.h>
   #include <Pegasus/Common/AutoPtr.h>
 #include <Pegasus/Server/Linkage.h> #include <Pegasus/Server/Linkage.h>
  
  
Line 90 
Line 92 
  
       Array<String> _authorizedUserGroups;       Array<String> _authorizedUserGroups;
  
       MessageQueueService* _outputQueue;        AutoPtr<MessageQueueService> _outputQueue; //PEP101
  
       // Flag to indicate whether or not the CIMServer is shutting down.       // Flag to indicate whether or not the CIMServer is shutting down.
       Boolean _serverTerminating;       Boolean _serverTerminating;


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2