summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp b/TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp
deleted file mode 100644
index 755fb827d96..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Structured/RTCORBA_StructuredProxyPushSupplier_Tie.cpp
+++ /dev/null
@@ -1,43 +0,0 @@
-// $Id$
-#include "RTCORBA_StructuredProxyPushSupplier_Tie.h"
-
-#if ! defined (__ACE_INLINE__)
-#include "RTCORBA_StructuredProxyPushSupplier_Tie.inl"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(RT_Notify, TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie, "$Id$")
-
-TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie::TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie (void)
-: inherited (this->tied_)
-{
- this->tied_.servant (this);
-}
-
-TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie::~TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie ()
-{
-}
-
-
-void
-TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie::_add_ref (ACE_ENV_SINGLE_ARG_DECL)
-{
- this->tied_._incr_refcnt ();
-}
-
-void
-TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie::_remove_ref (ACE_ENV_SINGLE_ARG_DECL)
-{
- this->tied_._decr_refcnt ();
-}
-
-void
-TAO_NS_RTCORBA_StructuredProxyPushSupplier_Tie::release (void)
-{
- delete this;
- //@@ inform factory
-}
-
-
-
-
-