(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.88 and 1.89

version 1.88, 2003/07/23 03:29:18 version 1.89, 2003/08/04 11:46:38
Line 29 
Line 29 
 //              Carol Ann Krug Graves, Hewlett-Packard Company //              Carol Ann Krug Graves, Hewlett-Packard Company
 //                  (carolann_graves@hp.com) //                  (carolann_graves@hp.com)
 //              Karl Schopmeyer(k.schopmeyer@opengroup.org) - extend ref function. //              Karl Schopmeyer(k.schopmeyer@opengroup.org) - extend ref function.
   //              Robert Kieninger, IBM (kieningr@de.ibm.com) - Bugzilla 383
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 2523 
Line 2524 
 { {
     String dirName = namespaceName.getString();     String dirName = namespaceName.getString();
  
     for (int i=0; i<dirName.size(); i++)      // Fix for bugzilla 383. Associations do not work for mixed case
       // namespaces on Unix type platforms
       dirName.toLower();
   
       for (Uint32 i=0; i<dirName.size(); i++)
     {     {
         if (dirName[i] == '/')         if (dirName[i] == '/')
         {         {
Line 2538 
Line 2543 
 { {
     String namespaceName = dirName;     String namespaceName = dirName;
  
     for (int i=0; i<namespaceName.size(); i++)      for (Uint32 i=0; i<namespaceName.size(); i++)
     {     {
         if (namespaceName[i] == '#')         if (namespaceName[i] == '#')
         {         {


Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2