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

Diff for /pegasus/src/Pegasus/Repository/CIMRepository.cpp between version 1.145 and 1.146

version 1.145, 2005/06/01 20:40:41 version 1.146, 2005/06/01 21:13:15
Line 392 
Line 392 
                 Boolean includeClassOrigin)                 Boolean includeClassOrigin)
 { {
     // Remove properties based on propertylist and localOnly flag     // Remove properties based on propertylist and localOnly flag
 #ifdef PEGASUS_ENABLE_INSTANCE_FILTER  #ifdef PEGASUS_ENABLE_REPOSITORY_INSTANCE_FILTER
     _removeProperties(cimInstance, propertyList, localOnly);     _removeProperties(cimInstance, propertyList, localOnly);
 #endif #endif
     // If includequalifiers false, remove all qualifiers from     // If includequalifiers false, remove all qualifiers from
Line 2493 
Line 2493 
         // Do any required filtering of properties, qualifiers, classorigin         // Do any required filtering of properties, qualifiers, classorigin
         // on the returned instances.         // on the returned instances.
 // Turn off this function for the moment since it changes client behavior // Turn off this function for the moment since it changes client behavior
 #ifdef PEGASUS_ENABLE_INSTANCE_FILTER  #ifdef PEGASUS_ENABLE_REPOSITORY_INSTANCE_FILTER
         for (Uint32 i = 0 ; i < namedInstances.size(); i++)         for (Uint32 i = 0 ; i < namedInstances.size(); i++)
         {         {
             _filterInstance(namedInstances[i],             _filterInstance(namedInstances[i],


Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2