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

Diff for /pegasus/src/Pegasus/Listener/CIMListenerIndicationDispatcher.cpp between version 1.2 and 1.3

version 1.2, 2003/08/15 20:27:29 version 1.3, 2003/08/16 14:52:27
Line 226 
Line 226 
 CIMListenerIndicationDispatcher::~CIMListenerIndicationDispatcher() CIMListenerIndicationDispatcher::~CIMListenerIndicationDispatcher()
 { {
         if(_rep!=NULL)         if(_rep!=NULL)
                 delete _rep;                  delete static_cast<CIMListenerIndicationDispatcherRep*>(_rep);
  
         _rep=NULL;         _rep=NULL;
 } }


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2