From 4a3fdf89936f60afea575154a80cb580889e887f Mon Sep 17 00:00:00 2001 From: parsons Date: Fri, 19 Mar 1999 23:55:12 +0000 Subject: *** empty log message *** --- TAO/tao/Object_KeyC.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TAO/tao/Object_KeyC.h') 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 // 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, -- cgit v1.2.1