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

Diff for /pegasus/src/Pegasus/Common/CIMResponseData.h between version 1.3.2.4 and 1.3.2.5

version 1.3.2.4, 2009/10/13 13:39:24 version 1.3.2.5, 2009/10/14 10:12:39
Line 135 
Line 135 
     // object paths are represented as SCMOInstance     // object paths are represented as SCMOInstance
     Array<SCMOInstance>& getSCMO();     Array<SCMOInstance>& getSCMO();
  
     void setSCMO(const Array<SCMOInstance>& x)      void setSCMO(const Array<SCMOInstance>& x);
     {  
         _scmoInstances=x;  
         _encoding |= RESP_ENC_SCMO;  
     }  
     void appendSCMO(const Array<SCMOInstance>& x)     void appendSCMO(const Array<SCMOInstance>& x)
     {     {
         _scmoInstances.appendArray(x);         _scmoInstances.appendArray(x);


Legend:
Removed from v.1.3.2.4  
changed lines
  Added in v.1.3.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2