summaryrefslogtreecommitdiff
path: root/TAO/tao/TAOC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAOC.cpp')
-rw-r--r--TAO/tao/TAOC.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/TAOC.cpp b/TAO/tao/TAOC.cpp
index bdc8ee96460..1342ee8c09c 100644
--- a/TAO/tao/TAOC.cpp
+++ b/TAO/tao/TAOC.cpp
@@ -42,7 +42,7 @@
#endif /* !defined INLINE */
// TAO_IDL - Generated from
-// be\be_visitor_arg_traits.cpp:65
+// be\be_visitor_arg_traits.cpp:66
// Arg traits specializations.
namespace TAO
@@ -170,22 +170,22 @@ TAO::BufferingConstraintPolicy::_is_a (
{
if (
!ACE_OS::strcmp (
- (char *)value,
+ value,
"IDL:omg.org/CORBA/Policy:1.0"
) ||
!ACE_OS::strcmp (
- (char *)value,
+ value,
"IDL:tao/TAO/BufferingConstraintPolicy:1.0"
) ||
!ACE_OS::strcmp (
- (char *)value,
+ value,
"IDL:omg.org/CORBA/LocalObject:1.0"
) ||
!ACE_OS::strcmp (
- (char *)value,
+ value,
"IDL:omg.org/CORBA/Object:1.0"
)
- )
+ )
{
return 1; // success using local knowledge
}