summaryrefslogtreecommitdiff
path: root/TAO/tao/Abstract_Servant_Base.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-22 10:09:24 +0000
commit3cc357789f4d46c6cc3f78610c9ba4fe36aa4e0d (patch)
tree7ef3ccaa88be55250076d461f3e7435a6b8b9b2a /TAO/tao/Abstract_Servant_Base.h
parenta83f2d9caf6a2ef09e08b203762e3e7785d9e86f (diff)
downloadATCD-3cc357789f4d46c6cc3f78610c9ba4fe36aa4e0d.tar.gz
ChangeLogTag:Tue Feb 22 02:03:20 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Abstract_Servant_Base.h')
-rw-r--r--TAO/tao/Abstract_Servant_Base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index 2fb1e26a510..d58be951cc0 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -105,9 +105,6 @@ public:
virtual void _remove_ref (ACE_ENV_SINGLE_ARG_DECL);
//@}
- /// Get the correct vtable.
- virtual void *_downcast (const char *repository_id) = 0;
-
/// This is an auxiliary method for _this() and _narrow().
virtual TAO_Stub *_create_stub (ACE_ENV_SINGLE_ARG_DECL) = 0;