summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:36:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:36:05 +0000
commit7e0376706207ae78998b7cfaa15147637ba25c0b (patch)
tree961df55958a00c5c68b31052074f88fc30d83ab3 /TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h
parentc20c95d4d526d887c9782960a3ff73f63c3c1c85 (diff)
downloadATCD-7e0376706207ae78998b7cfaa15147637ba25c0b.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h
index 138238884da..a5d01450dc4 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h
@@ -11,6 +11,7 @@
#ifndef TAO_Notify_STRUCTUREDPROXYPUSHSUPPLIER_H
#define TAO_Notify_STRUCTUREDPROXYPUSHSUPPLIER_H
+
#include /**/ "ace/pre.h"
#include "../notify_export.h"
@@ -21,6 +22,7 @@
#include "orbsvcs/CosNotifyChannelAdminS.h"
#include "orbsvcs/Event_ForwarderS.h"
+
#include "../ProxySupplier_T.h"
#if defined(_MSC_VER)
@@ -42,7 +44,8 @@ TAO_Notify_ProxySupplier_T<POA_Event_Forwarder::StructuredProxyPushSupplier>;
*
*
*/
-class TAO_Notify_Export TAO_Notify_StructuredProxyPushSupplier : public virtual TAO_Notify_ProxySupplier_T <POA_Event_Forwarder::StructuredProxyPushSupplier>
+class TAO_Notify_Export TAO_Notify_StructuredProxyPushSupplier
+ : public virtual TAO_Notify_ProxySupplier_T <POA_Event_Forwarder::StructuredProxyPushSupplier>
{
friend class TAO_Notify_Builder;
@@ -95,4 +98,5 @@ public:
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
+
#endif /* TAO_Notify_STRUCTUREDPROXYPUSHSUPPLIER_H */