summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 23:55:12 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-19 23:55:12 +0000
commit4a3fdf89936f60afea575154a80cb580889e887f (patch)
treee168b3025e1aa8044d0f4e1cd1fad3c7cc555cef /TAO/tao/Object_KeyC.h
parentb2a10802dd120c2d5cf8087a371e38c93532d5b1 (diff)
downloadATCD-4a3fdf89936f60afea575154a80cb580889e887f.tar.gz
*** empty log message ***
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,