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

Diff for /pegasus/src/Pegasus/Provider/CIMOMHandle.cpp between version 1.70 and 1.71

version 1.70, 2006/01/30 16:17:59 version 1.71, 2006/09/01 17:51:28
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)  
 //  
 // Modified By:  Josephine Eskaline Joyce (jojustin@in.ibm.com) for PEP101  
 //               Josephine Eskaline Joyce (jojustin@in.ibm.com) for Bug#2486  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
  
Line 411 
Line 406 
 } }
  
  
 void CIMOMHandle::get_idle_timer(void *tv)  
 {  
     _rep->get_idle_timer(reinterpret_cast<struct timeval*>(tv));  
 }  
   
 void CIMOMHandle::update_idle_timer(void)  
 {  
     _rep->update_idle_timer();  
 }  
   
 Boolean CIMOMHandle::pending_operation(void)  
 {  
     return _rep->pending_operation();  
 }  
   
 void CIMOMHandle::disallowProviderUnload() void CIMOMHandle::disallowProviderUnload()
 { {
     _rep->disallowProviderUnload();     _rep->disallowProviderUnload();


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2