summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp b/TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp
deleted file mode 100644
index 921f5d7c1bf..00000000000
--- a/TAO/orbsvcs/examples/RtEC/Schedule/Supplier.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// $Id$
-
-#include "Supplier.h"
-
-ACE_RCSID(EC_Examples, Supplier, "$Id$")
-
-Supplier::Supplier (void)
-{
-}
-
-void
-Supplier::disconnect_push_supplier (CORBA::Environment &)
- ACE_THROW_SPEC ((CORBA::SystemException))
-{
-}
-
-// ****************************************************************
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-#elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */