OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimObjectDestructingEvent.h
Go to the documentation of this file.
1 #ifndef ossimObjectDestructingEvent_HEADER
2 #define ossimObjectDestructingEvent_HEADER
3 
6 
7 class ossimObject;
8 
10 {
11 public:
12  ossimObjectDestructingEvent(ossimObject* objectDestructing=NULL)
14  {}
15  virtual ossimObject* dup()const{return new ossimObjectDestructingEvent(*this);}
16 
18 };
19 #endif
#define OSSIMDLLEXPORT
virtual ossimObject * dup() const
#define TYPE_DATA
Definition: ossimRtti.h:339
#define OSSIM_EVENT_OBJECT_DESTRUCTING_ID
Definition: ossimEventIds.h:18
ossimObjectDestructingEvent(ossimObject *objectDestructing=NULL)