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

Diff for /pegasus/src/Pegasus/Repository/AssocInstTable.cpp between version 1.19 and 1.20

version 1.19, 2006/01/30 16:18:20 version 1.20, 2006/11/14 18:34:57
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Mike Brasher (mbrasher@bmc.com)  
 //  
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //              Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
Line 63 
Line 57 
     return pattern.size() == 0 || String::equalNoCase(x, pattern);     return pattern.size() == 0 || String::equalNoCase(x, pattern);
 } }
  
 static inline Boolean _ContainsClass(const Array<CIMName>& classNames, const String& match )  static inline Boolean _ContainsClass(
       const Array<CIMName>& classNames,
       const String& match)
 { {
     Uint32 n = classNames.size();     Uint32 n = classNames.size();
  


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2