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.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.cpp b/TAO/tao/PortableServer/Local_Servant_Base.cpp
deleted file mode 100644
index f63bb146c87..00000000000
--- a/TAO/tao/PortableServer/Local_Servant_Base.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-#include "tao/PortableServer/Local_Servant_Base.h"
-#include "tao/SystemException.h"
-
-#if !defined (__ACE_INLINE__)
-# include "tao/PortableServer/Local_Servant_Base.inl"
-#endif /* ! __ACE_INLINE__ */
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-void
-TAO_Local_ServantBase::_dispatch (TAO_ServerRequest &, void *)
-{
- throw ::CORBA::BAD_OPERATION ();
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL