summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 10:18:42 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-06 10:18:42 +0000
commitbc781f699ce0f0ffbf6aa3f5a77c39d024fd368e (patch)
treefbe2bd13cb702c9fc7d9efe5ccfda57b4690d3ea /TAO/tao/Object_KeyC.h
parent88787d1ccb28d24b24091f721c26a70ef914dcbb (diff)
downloadATCD-bc781f699ce0f0ffbf6aa3f5a77c39d024fd368e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Object_KeyC.h')
-rw-r--r--TAO/tao/Object_KeyC.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 71fc828e181..40812a64469 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -24,7 +24,7 @@ class TAO_Export TAO_ObjectKey : public TAO_Unbounded_Sequence<CORBA::Octet>
// = DESCRIPTION
// The object is basically a sequence of octets, but we derive
// from it to create a unique type; this is useful for
- // overloading.
+ // overloading.
//
public:
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
@@ -92,6 +92,9 @@ private:
extern TAO_Export int operator== (const TAO_ObjectKey &l,
const TAO_ObjectKey &r);
+extern TAO_Export int operator!= (const TAO_ObjectKey &l,
+ const TAO_ObjectKey &r);
+
#if defined (__ACE_INLINE__)
#include "tao/Object_KeyC.i"
#endif /* __ACE_INLINE__ */