(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.4.1 and 1.12.4.3

version 1.12.4.1, 2011/10/11 18:18:16 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;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2