summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h
index 4eb6ea1d584..4ce6eed861c 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory_Adapter_Impl.h
@@ -197,10 +197,6 @@ public:
* i.e. they are specific to TAO.
*/
//@{
- /// Extract a TypeCode @a tc from the given CDR stream @a cdr.
- virtual bool extract_typecode (TAO_InputCDR & cdr,
- CORBA::TypeCode_ptr & tc);
-
/// Create an enumeration TypeCode.
virtual CORBA::TypeCode_ptr create_enum_tc (
char const * id,