summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Local_Servant_Base.cpp')
-rw-r--r--TAO/tao/PortableServer/Local_Servant_Base.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.cpp b/TAO/tao/PortableServer/Local_Servant_Base.cpp
new file mode 100644
index 00000000000..319d5d22acf
--- /dev/null
+++ b/TAO/tao/PortableServer/Local_Servant_Base.cpp
@@ -0,0 +1,20 @@
+// $Id$
+
+#include "tao/PortableServer/Local_Servant_Base.h"
+#include "tao/SystemException.h"
+
+ACE_RCSID (PortableServer,
+ Local_Servant_Base,
+ "$Id$")
+
+#if !defined (__ACE_INLINE__)
+# include "Local_Servant_Base.inl"
+#endif /* ! __ACE_INLINE__ */
+
+void
+TAO_Local_ServantBase::_dispatch (TAO_ServerRequest &,
+ void *
+ ACE_ENV_ARG_DECL)
+{
+ ACE_THROW (CORBA::BAD_OPERATION ());
+}