(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.12 and 1.13

version 1.12, 2003/09/15 15:29:55 version 1.13, 2003/09/15 18:38:29
Line 73 
Line 73 
       return *pTheClass;       return *pTheClass;
   }   }
   if (_repository && _ot != compilerCommonDefs::IGNORE_REPOSITORY) {   if (_repository && _ot != compilerCommonDefs::IGNORE_REPOSITORY) {
       return _repository->getClass(nameSpace, className,true, true, true);        return _repository->getClass(nameSpace, className,false, true, true);
   }   }
   return CIMClass();   return CIMClass();
 } }


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2