summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.cpp
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.cpp
parent88787d1ccb28d24b24091f721c26a70ef914dcbb (diff)
downloadATCD-bc781f699ce0f0ffbf6aa3f5a77c39d024fd368e.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Object_KeyC.cpp')
-rw-r--r--TAO/tao/Object_KeyC.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Object_KeyC.cpp b/TAO/tao/Object_KeyC.cpp
index 82fbce47233..2730a72180f 100644
--- a/TAO/tao/Object_KeyC.cpp
+++ b/TAO/tao/Object_KeyC.cpp
@@ -65,3 +65,10 @@ operator== (const TAO_ObjectKey &lhs,
return 1;
}
+
+int
+operator!= (const TAO_ObjectKey &lhs,
+ const TAO_ObjectKey &rhs)
+{
+ return !(lhs == rhs);
+}