summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.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/Method_Request_Updates.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/Method_Request_Updates.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.h b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.h
index 05ac8f470e7..b072288cf26 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Updates.h
@@ -25,7 +25,7 @@
#include "Proxy.h"
typedef TAO_Notify_Method_Request_Updates_T<const TAO_Notify_EventTypeSeq
- , TAO_Notify_Proxy_Guard
+ , TAO_Notify_Proxy::Ptr
, const TAO_Notify_EventTypeSeq&
, TAO_Notify_Proxy*
> TAO_Notify_Method_Request_Updates_Base;
@@ -44,7 +44,7 @@ public:
TAO_Notify_Method_Request_Updates (const TAO_Notify_EventTypeSeq& added, const TAO_Notify_EventTypeSeq& removed, TAO_Notify_Proxy* proxy);
/// Destructor
- ~TAO_Notify_Method_Request_Updates ();
+ virtual ~TAO_Notify_Method_Request_Updates ();
/// Execute the Request
virtual int execute (ACE_ENV_SINGLE_ARG_DECL);
@@ -72,7 +72,7 @@ public:
TAO_Notify_Method_Request_Updates_No_Copy (const TAO_Notify_EventTypeSeq& added, const TAO_Notify_EventTypeSeq& removed, TAO_Notify_Proxy* proxy);
/// Destructor
- ~TAO_Notify_Method_Request_Updates_No_Copy ();
+ virtual ~TAO_Notify_Method_Request_Updates_No_Copy ();
/// Create a copy of this object.
virtual TAO_Notify_Method_Request_Queueable* copy (ACE_ENV_SINGLE_ARG_DECL);