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

Diff for /pegasus/src/Pegasus/Common/Cimom.cpp between version 1.71 and 1.72

version 1.71, 2007/02/09 18:44:01 version 1.72, 2007/02/13 19:25:53
Line 850 
Line 850 
  
 Uint32 cimom::getModuleCount() Uint32 cimom::getModuleCount()
 { {
     return (Uint32)_modules.size();      return _modules.size();
 } }
  
 Uint32 cimom::getModuleIDs(Uint32* ids, Uint32 count) Uint32 cimom::getModuleIDs(Uint32* ids, Uint32 count)
Line 877 
Line 877 
         count--;         count--;
     }     }
  
     return (Uint32)_modules.size();      return _modules.size();
 } }
  
 AsyncOpNode* cimom::get_cached_op() AsyncOpNode* cimom::get_cached_op()


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2