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

Diff for /pegasus/src/Pegasus/Common/CIMScope.cpp between version 1.8 and 1.10

version 1.8, 2001/07/10 06:43:24 version 1.10, 2002/03/04 15:10:05
Line 72 
Line 72 
  
     return tmp;     return tmp;
 } }
   /* Generate the output string for Mof by first testing for
      any and if not any, getting scopeToString and lowercasing
      the whole thing.
      Did this becasue XML does not accept the any definition.
   */
   String ScopeToMofString(Uint32 scope)
   {
       String tmp = (scope & CIMScope::ANY) ? "any" : ScopeToString(scope);
  
       tmp.toLower();
       return tmp;
   }
 void ScopeToXml(Array<Sint8>& out, Uint32 scope) void ScopeToXml(Array<Sint8>& out, Uint32 scope)
 { {
     if (scope)     if (scope)


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2