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

Diff for /pegasus/src/Pegasus/ProviderManager2/CIMOMHandleContext.cpp between version 1.3 and 1.4

version 1.3, 2006/11/14 18:34:55 version 1.4, 2007/05/02 17:51:43
Line 56 
Line 56 
         deepInheritance);         deepInheritance);
 } }
  
 AutoPtr<NormalizerContext> CIMOMHandleContext::clone()  NormalizerContext* CIMOMHandleContext::clone()
 { {
   AutoPtr<NormalizerContext> tmpPtr(new CIMOMHandleContext(handle));      return new CIMOMHandleContext(handle);
   return tmpPtr;  
 } }
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2