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

Diff for /pegasus/src/Pegasus/Provider/ClientCIMOMHandleRep.cpp between version 1.8 and 1.9

version 1.8, 2006/01/30 16:17:59 version 1.9, 2006/02/07 19:21:36
Line 44 
Line 44 
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 // chuck 2.4  
 // l10n start  
 static void deleteContentLanguage(void* data) static void deleteContentLanguage(void* data)
 { {
    if (data != NULL)  
    {  
       ContentLanguageList* cl = static_cast<ContentLanguageList*>(data);       ContentLanguageList* cl = static_cast<ContentLanguageList*>(data);
       delete cl;       delete cl;
    }    }
 }  
 // l10n end  
   
  
 /** /**
     This class is used to prevent concurrent access to a non-reentrant     This class is used to prevent concurrent access to a non-reentrant
Line 289 
Line 282 
     }     }
 } }
  
 // Private, unimplemented copy constructor  
 ClientCIMOMHandleRep::ClientCIMOMHandleRep(const ClientCIMOMHandleRep& rep)  
   : CIMOMHandleRep()  
 {  
     PEGASUS_ASSERT(0);  
 }  
   
 // Private, unimplemented assignment operator  
 ClientCIMOMHandleRep& ClientCIMOMHandleRep::operator=(  
     const ClientCIMOMHandleRep& rep)  
 {  
     PEGASUS_ASSERT(0);  
     return *this;  
 }  
   
  
 // //
 // CIM Operations // CIM Operations


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2