summaryrefslogtreecommitdiff
path: root/TAO/tao/AbstractBase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AbstractBase.cpp')
-rw-r--r--TAO/tao/AbstractBase.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/TAO/tao/AbstractBase.cpp b/TAO/tao/AbstractBase.cpp
index 91ed3acd319..60b70882170 100644
--- a/TAO/tao/AbstractBase.cpp
+++ b/TAO/tao/AbstractBase.cpp
@@ -64,6 +64,14 @@ CORBA::AbstractBase::~AbstractBase (void)
}
}
+CORBA::Boolean
+CORBA::AbstractBase::_is_a (const char *type_id
+ ACE_ENV_ARG_DECL_NOT_USED)
+{
+ return ! ACE_OS::strcmp (type_id,
+ "IDL:omg.org/CORBA/AbstractBase:1.0");
+}
+
void *
CORBA::AbstractBase::_tao_QueryInterface (ptr_arith_t type)
{
@@ -341,4 +349,3 @@ CORBA::AbstractBase::_tao_to_value (void)
{
return 0;
}
-