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

Diff for /pegasus/src/Pegasus/ManagedClient/CIMManagedClient.cpp between version 1.15 and 1.15.4.1

version 1.15, 2008/12/16 18:56:47 version 1.15.4.1, 2009/10/13 13:39:26
Line 140 
Line 140 
     hasHostandNameSpace(host, nameSpace);     hasHostandNameSpace(host, nameSpace);
     CIMClientRep *   _rep;     CIMClientRep *   _rep;
     _rep = getTargetCIMOM(host, port, nameSpace);     _rep = getTargetCIMOM(host, port, nameSpace);
     Array<CIMObjectPath> returnedInstanceNames = _rep->enumerateInstanceNames(      Array<CIMObjectPath> returnedInstanceNames =
                                                      nameSpace,          _rep->enumerateInstanceNames(nameSpace,className).getInstanceNames();
                                                      className);  
     for (Uint32 i = 0; i < returnedInstanceNames.size(); i++)     for (Uint32 i = 0; i < returnedInstanceNames.size(); i++)
     {     {
         returnedInstanceNames[i].setHost(_getHostwithPort(host, port));         returnedInstanceNames[i].setHost(_getHostwithPort(host, port));
Line 175 
Line 174 
         localOnly,         localOnly,
         includeQualifiers,         includeQualifiers,
         includeClassOrigin,         includeClassOrigin,
         propertyList);          propertyList).getInstances();
  
     // adding host, port and namespace to every Instance     // adding host, port and namespace to every Instance
     // ensures object path is full specified     // ensures object path is full specified
Line 207 
Line 206 
     Array<CIMObject> returnedCimObjects = _rep->execQuery(     Array<CIMObject> returnedCimObjects = _rep->execQuery(
         nameSpace,         nameSpace,
         queryLanguage,         queryLanguage,
         query);          query).getObjects();
     // check if all objects contain a full specified object path     // check if all objects contain a full specified object path
     for (Uint32 i = 0; i < returnedCimObjects.size(); i++)     for (Uint32 i = 0; i < returnedCimObjects.size(); i++)
     {     {
Line 520 
Line 519 
         localOnly,         localOnly,
         includeQualifiers,         includeQualifiers,
         includeClassOrigin,         includeClassOrigin,
         propertyList);          propertyList).getInstance();
 /* /*
     CIMObjectPath chgObjectPath = CIMObjectPath(returnedCimInstance.getPath());     CIMObjectPath chgObjectPath = CIMObjectPath(returnedCimInstance.getPath());
  
Line 587 
Line 586 
         assocClass,         assocClass,
         resultClass,         resultClass,
         role,         role,
         resultRole);          resultRole).getInstanceNames();
  
     for (Uint32 i = 0; i < retAssocNames.size(); i++)     for (Uint32 i = 0; i < retAssocNames.size(); i++)
     {     {
Line 632 
Line 631 
         resultRole,         resultRole,
         includeQualifiers,         includeQualifiers,
         includeClassOrigin,         includeClassOrigin,
         propertyList);          propertyList).getObjects();
     for (Uint32 i = 0; i < retAssoc.size(); i++)     for (Uint32 i = 0; i < retAssoc.size(); i++)
     {     {
         // check if all object paths are fully qualified         // check if all object paths are fully qualified
Line 672 
Line 671 
         role,         role,
         includeQualifiers,         includeQualifiers,
         includeClassOrigin,         includeClassOrigin,
         propertyList);          propertyList).getObjects();
   
     for (Uint32 i = 0; i < retRefer.size(); i++)     for (Uint32 i = 0; i < retRefer.size(); i++)
     {     {
         // check if all object paths are fully qualified         // check if all object paths are fully qualified
Line 707 
Line 705 
         objectName.getNameSpace(),         objectName.getNameSpace(),
         objectName,         objectName,
         resultClass,         resultClass,
         role);          role).getInstanceNames();
     for (Uint32 i = 0; i < retReferNames.size(); i++)     for (Uint32 i = 0; i < retReferNames.size(); i++)
     {     {
         try         try


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.15.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2