diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-06 10:18:42 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-06 10:18:42 +0000 |
commit | bc781f699ce0f0ffbf6aa3f5a77c39d024fd368e (patch) | |
tree | fbe2bd13cb702c9fc7d9efe5ccfda57b4690d3ea /TAO/tao/Object_KeyC.cpp | |
parent | 88787d1ccb28d24b24091f721c26a70ef914dcbb (diff) | |
download | ATCD-bc781f699ce0f0ffbf6aa3f5a77c39d024fd368e.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Object_KeyC.cpp')
-rw-r--r-- | TAO/tao/Object_KeyC.cpp | 7 |
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); +} |