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, 0 insertions, 20 deletions
diff --git a/TAO/tao/PortableServer/Local_Servant_Base.cpp b/TAO/tao/PortableServer/Local_Servant_Base.cpp
deleted file mode 100644
index 319d5d22acf..00000000000
--- a/TAO/tao/PortableServer/Local_Servant_Base.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// $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 ());
-}