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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 3c66349b5ea..40812a64469 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -89,6 +89,12 @@ private:
void operator= (const TAO_ObjectKey_var &);
};
+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__ */