summaryrefslogtreecommitdiff
path: root/tao/PortableServer/Servant_Base.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/PortableServer/Servant_Base.h')
-rw-r--r--tao/PortableServer/Servant_Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tao/PortableServer/Servant_Base.h b/tao/PortableServer/Servant_Base.h
index 65777ee8f75..5b9090eb203 100644
--- a/tao/PortableServer/Servant_Base.h
+++ b/tao/PortableServer/Servant_Base.h
@@ -63,9 +63,9 @@ class TAO_PortableServer_Export TAO_ServantBase
{
public:
/// Useful for template programming.
- typedef ::CORBA::Object _stub_type;
- typedef ::CORBA::Object_ptr _stub_ptr_type;
- typedef ::CORBA::Object_var _stub_var_type;
+ typedef CORBA::Object _stub_type;
+ typedef CORBA::Object_ptr _stub_ptr_type;
+ typedef CORBA::Object_var _stub_var_type;
/// Destructor.
virtual ~TAO_ServantBase (void);