summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h
index 8f7d1d7792f..53cede137b9 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/ProxySupplier.h
@@ -21,6 +21,7 @@
#include "orbsvcs/Notify/Event.h"
#include "orbsvcs/Notify/Proxy.h"
#include "orbsvcs/Notify/ConsumerAdmin.h"
+#include "orbsvcs/Notify/Consumer.h"
#include "orbsvcs/CosEventChannelAdminC.h"
@@ -85,7 +86,7 @@ private:
TAO_Notify_ConsumerAdmin::Ptr consumer_admin_;
/// The Consumer that we're connect to.
- ACE_Auto_Ptr<TAO_Notify_Consumer> consumer_;
+ TAO_Notify_Consumer::Ptr consumer_;
/// Access our Peer.
virtual TAO_Notify_Peer* peer (void);