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

Diff for /pegasus/src/Pegasus/Compiler/compilerDeclContext.cpp between version 1.10 and 1.11

version 1.10, 2002/09/13 21:40:42 version 1.11, 2003/04/29 20:35:42
Line 26 
Line 26 
 // Modified By:  Bob Blair (bblair@bmc.com) // Modified By:  Bob Blair (bblair@bmc.com)
 //              Carol Ann Krug Graves, Hewlett-Packard Company //              Carol Ann Krug Graves, Hewlett-Packard Company
 //                (carolann_graves@hp.com) //                (carolann_graves@hp.com)
   //              Gerarda Marquez (gmarquez@us.ibm.com)
   //              -- PEP 43 changes
 // //
 //%//////////////////////////////////////////////////////////////////////////// //%////////////////////////////////////////////////////////////////////////////
  
Line 103 
Line 105 
     _repository->createInstance(nameSpace, x);     _repository->createInstance(nameSpace, x);
 } }
  
   void
   compilerDeclContext::modifyClass(const CIMNamespaceName &nameSpace, CIMClass &x)
   {
     if (_ot != compilerCommonDefs::USE_REPOSITORY)
     {
       _classes.append(x);
     }
     else
     {
       _repository->modifyClass(nameSpace, x);
     }
   }
   
 const CIMClass * const CIMClass *
 compilerDeclContext::_findClassInMemory(const CIMName &classname) const compilerDeclContext::_findClassInMemory(const CIMName &classname) const
 { {


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2