(file) Return to CIMMessage.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMMessage.cpp between version 1.23 and 1.24

version 1.23, 2006/05/09 19:09:35 version 1.24, 2006/06/21 19:57:06
Line 559 
Line 559 
     Uint32 type_,     Uint32 type_,
     const String& messageId_,     const String& messageId_,
     const QueueIdStack& queueIds_,     const QueueIdStack& queueIds_,
       const String& authType_,
       const String& userName_,
     const CIMNamespaceName& nameSpace_,     const CIMNamespaceName& nameSpace_,
     const CIMName& className_,     const CIMName& className_,
     Uint32 providerType_)     Uint32 providerType_)
     :     :
     CIMRequestMessage(type_, messageId_, queueIds_),     CIMRequestMessage(type_, messageId_, queueIds_),
       authType(authType_),
       userName(userName_),
     nameSpace(nameSpace_),     nameSpace(nameSpace_),
     className(className_),     className(className_),
     providerType(providerType_)     providerType(providerType_)


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2