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

Diff for /pegasus/src/Pegasus/ProviderManager2/JMPI/JMPIProvider.cpp between version 1.14 and 1.15

version 1.14, 2006/07/12 19:46:29 version 1.15, 2006/09/01 17:51:30
Line 191 
Line 191 
 } }
  
 /* /*
 void JMPIProvider::get_idle_timer(struct timeval *t)  
 {  
    if(t && _cimom_handle)  
       _cimom_handle->get_idle_timer(t);  
 }  
   
 void JMPIProvider::update_idle_timer(void)  
 {  
    if(_cimom_handle)  
       _cimom_handle->update_idle_timer();  
 }  
   
 Boolean JMPIProvider::pending_operation(void)  
 {  
    if(_cimom_handle)  
       return _cimom_handle->pending_operation();  
    return false;  
 }  
   
   
 Boolean JMPIProvider::unload_ok(void) Boolean JMPIProvider::unload_ok(void)
 { {
    return false;    return false;


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2