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

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestDecoder.h between version 1.31 and 1.32

version 1.31, 2005/05/16 20:00:49 version 1.32, 2005/07/26 00:06:18
Line 39 
Line 39 
 //              Amit K Arora, IBM (amita@in.ibm.com) for PEP#101 //              Amit K Arora, IBM (amita@in.ibm.com) for PEP#101
 //              David Dillard, VERITAS Software Corp. //              David Dillard, VERITAS Software Corp.
 //                  (david.dillard@veritas.com) //                  (david.dillard@veritas.com)
   //              John Alex, IBM (johnalex@us.ibm.com) - Bug#2290
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 72 
Line 73 
  
       void sendResponse(       void sendResponse(
          Uint32 queueId,          Uint32 queueId,
          Array<char>& message);           Array<char>& message,
            Boolean closeConnect = false);
  
       void sendIMethodError(       void sendIMethodError(
          Uint32 queueId,          Uint32 queueId,
          HttpMethod httpMethod,          HttpMethod httpMethod,
          const String& messageId,          const String& messageId,
          const String& methodName,          const String& methodName,
          const CIMException& cimException);           const CIMException& cimException,
            Boolean closeConnect = false);
  
       void sendMethodError(       void sendMethodError(
          Uint32 queueId,          Uint32 queueId,
          HttpMethod httpMethod,          HttpMethod httpMethod,
          const String& messageId,          const String& messageId,
          const String& methodName,          const String& methodName,
          const CIMException& cimException);           const CIMException& cimException,
            Boolean closeConnect = false);
  
       void sendHttpError(       void sendHttpError(
          Uint32 queueId,          Uint32 queueId,
          const String& status,          const String& status,
          const String& cimError = String::EMPTY,          const String& cimError = String::EMPTY,
          const String& messageBody = String::EMPTY);           const String& messageBody = String::EMPTY,
            Boolean closeConnect = false);
  
       virtual void handleEnqueue(Message *);       virtual void handleEnqueue(Message *);
  
Line 112 
Line 117 
          String authType,          String authType,
          String userName,          String userName,
          const AcceptLanguages& httpAcceptLanguages,          const AcceptLanguages& httpAcceptLanguages,
          const ContentLanguages& httpContentLanguages);           const ContentLanguages& httpContentLanguages,
            Boolean closeConnect);
  
       CIMCreateClassRequestMessage* decodeCreateClassRequest(       CIMCreateClassRequestMessage* decodeCreateClassRequest(
          Uint32 queueId,          Uint32 queueId,
Line 323 
Line 329 
  
       // 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;
   
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2