summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp
deleted file mode 100644
index 5467527c8fc..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Factory.cpp
+++ /dev/null
@@ -1,29 +0,0 @@
-// $Id$
-
-#include "RT_Factory.h"
-
-#if ! defined (__ACE_INLINE__)
-#include "RT_Factory.inl"
-#endif /* __ACE_INLINE__ */
-
-#include "Structured/RT_StructuredProxyPushSupplier.h"
-
-ACE_RCSID(RT_Notify, TAO_NS_RT_Factory, "$Id$")
-
-TAO_NS_RT_Factory::TAO_NS_RT_Factory (void)
-{
-}
-
-TAO_NS_RT_Factory::~TAO_NS_RT_Factory ()
-{
-}
-
-void
-TAO_NS_RT_Factory::create (TAO_NS_StructuredProxyPushSupplier*& proxy ACE_ENV_ARG_DECL)
-{
- ACE_NEW_THROW_EX (proxy,
- TAO_NS_RT_StructuredProxyPushSupplier (),
- CORBA::NO_MEMORY ());
-}
-
-ACE_FACTORY_DECLARE (TAO_Notify, TAO_NS_RT_Factory)