summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 20:25:15 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-26 20:25:15 +0000
commitf3ec1b905961448460c093282126976e35e410b4 (patch)
treea8b8cbf9b688d6df226955bd785fe257c55930e8 /TAO/tao/Pluggable.cpp
parent8605c4b5cfb078bc87120991274fd9d38bd315ac (diff)
downloadATCD-f3ec1b905961448460c093282126976e35e410b4.tar.gz
Small modifications to get rid of all MSVC level 4 warnings.
Mostly casting return values from integer to CORBA::Boolean and the like.
Diffstat (limited to 'TAO/tao/Pluggable.cpp')
-rw-r--r--TAO/tao/Pluggable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Pluggable.cpp b/TAO/tao/Pluggable.cpp
index 973d7dfe61b..8e9b2869ba9 100644
--- a/TAO/tao/Pluggable.cpp
+++ b/TAO/tao/Pluggable.cpp
@@ -122,7 +122,7 @@ TAO_Unknown_Profile::is_equivalent (const TAO_Profile* other_profile)
const TAO_Unknown_Profile *op =
ACE_dynamic_cast (const TAO_Unknown_Profile*, other_profile);
- return (this->body_ == op->body_);
+ return (CORBA::Boolean) (this->body_ == op->body_);
}
CORBA::ULong