summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-01 20:13:11 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-01 20:13:11 +0000
commitc1eb8ab20e76266f9e5b0a1009bfc2e1c93f7aa0 (patch)
tree27aaea0cca31b544397fe079ece67ca0b6678ebd /TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
parent70424f8e426ecd24b30dcdea12c1caa7d37abc57 (diff)
downloadATCD-c1eb8ab20e76266f9e5b0a1009bfc2e1c93f7aa0.tar.gz
ChangeLogTag: Fri Jul 1 14:43:27 2005 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h b/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
index 3b56a9bedaf..a66d994474c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
@@ -41,7 +41,7 @@ public:
TAO_Notify_AnyEvent_No_Copy (const CORBA::Any &event);
/// Destructor
- ~TAO_Notify_AnyEvent_No_Copy ();
+ virtual ~TAO_Notify_AnyEvent_No_Copy ();
/// Get the event type.
virtual const TAO_Notify_EventType& type (void) const;
@@ -103,10 +103,7 @@ public:
TAO_Notify_AnyEvent (const CORBA::Any &event);
/// Destructor
- ~TAO_Notify_AnyEvent ();
-
- /// return this
- virtual const TAO_Notify_Event * queueable_copy (ACE_ENV_SINGLE_ARG_DECL)const;
+ virtual ~TAO_Notify_AnyEvent ();
protected:
/// Copy of the Event.