summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any.h')
-rw-r--r--TAO/tao/Any.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tao/Any.h b/TAO/tao/Any.h
index dd0395475c6..6f70d0e3658 100644
--- a/TAO/tao/Any.h
+++ b/TAO/tao/Any.h
@@ -30,8 +30,6 @@ namespace TAO
class Any_Impl;
};
-class TAO_Codeset_Translator_Factory;
-
namespace CORBA
{
/**
@@ -437,7 +435,7 @@ TAO_Export void operator<<= (CORBA::Any_var &, CORBA::Any::from_wstring);
/// These are not required by the spec, but will make users
/// of other ORBs that are used to them more comfortable.
-TAO_Export CORBA::Boolean operator>>= (const CORBA::Any_var &,
+TAO_Export CORBA::Boolean operator>>= (const CORBA::Any_var &,
CORBA::Short &);
TAO_Export CORBA::Boolean operator>>= (const CORBA::Any_var &,
CORBA::UShort &);