summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_KeyC.h')
-rw-r--r--TAO/tao/Object_KeyC.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 75063be9575..71fc828e181 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -27,6 +27,11 @@ class TAO_Export TAO_ObjectKey : public TAO_Unbounded_Sequence<CORBA::Octet>
// overloading.
//
public:
+ #if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
+ typedef TAO_ObjectKey_ptr _ptr_type;
+ typedef TAO_ObjectKey_var _var_type;
+ #endif /* __GNUC__ */
+
TAO_ObjectKey (void);
TAO_ObjectKey (CORBA::ULong max);
TAO_ObjectKey (CORBA::ULong max,