(file) Return to InteropAssociationProvider.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / ControlProviders / InteropProvider

Diff for /pegasus/src/Pegasus/ControlProviders/InteropProvider/InteropAssociationProvider.cpp between version 1.12 and 1.12.4.3

version 1.12, 2009/08/03 08:31:00 version 1.12.4.3, 2013/10/14 16:26:00
Line 47 
Line 47 
 //  use we added a number of traces to help diagnostics. //  use we added a number of traces to help diagnostics.
 /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
  
   
 #include "InteropProvider.h" #include "InteropProvider.h"
 #include "InteropProviderUtils.h" #include "InteropProviderUtils.h"
 #include "InteropConstants.h" #include "InteropConstants.h"
 #include <Pegasus/Common/ArrayIterator.h> #include <Pegasus/Common/ArrayIterator.h>
   #include <Pegasus/Common/Pegasus_inl.h>
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 87 
Line 89 
         (const char *)resultRole.getCString(),         (const char *)resultRole.getCString(),
                       boolToString(includeQualifiers),                       boolToString(includeQualifiers),
                       boolToString(includeClassOrigin),                       boolToString(includeClassOrigin),
         (const char *)propertyListToString(propertyList).getCString()));          (const char *)propertyList.toString().getCString()));
  
     handler.processing();     handler.processing();
     String originRole = role;     String originRole = role;
Line 241 
Line 243 
         (const char *)role.getCString(),         (const char *)role.getCString(),
                       boolToString(includeQualifiers),                       boolToString(includeQualifiers),
                       boolToString(includeClassOrigin),                       boolToString(includeClassOrigin),
         (const char *)propertyListToString(propertyList).getCString()));          (const char *)propertyList.toString().getCString()));
  
     handler.processing();     handler.processing();
     String tmpRole = role;     String tmpRole = role;
Line 270 
Line 272 
             tmpTarget);             tmpTarget);
         for (Uint32 j = 0, n = refs.size(); j < n; ++j)         for (Uint32 j = 0, n = refs.size(); j < n; ++j)
         {         {
             refs[j].filter(includeQualifiers, includeClassOrigin, propertyList);  
             handler.deliver((CIMObject)refs[j]);             handler.deliver((CIMObject)refs[j]);
         }         }
         if (numIterations == 2)         if (numIterations == 2)


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.12.4.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2