summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-04 05:21:39 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-04 05:21:39 +0000
commit04f13977330f4b8f3420a6c3e80d8a0b75e50c58 (patch)
treeb9ad21287a6b112d22cd757718af5c60419de77b /TAO/tao/Object_Ref_Table.cpp
parent48fea8412a22e7a3ce12afeea8d9363027a7428d (diff)
downloadATCD-04f13977330f4b8f3420a6c3e80d8a0b75e50c58.tar.gz
ChangeLogTag:Tue Nov 4 04:55:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index af3503a9fef..481afa2a4a4 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -3,6 +3,7 @@
#include "Environment.h"
#include "debug.h"
#include "ORB_Constants.h"
+#include "ace/OS_NS_string.h"
ACE_RCSID (tao,
Object_Ref_Table,
@@ -28,7 +29,7 @@ TAO_Object_Ref_Table::register_initial_reference (
CORBA::Object_ptr obj
ACE_ENV_ARG_DECL)
{
- if (id == 0 || ACE_OS_String::strlen (id) == 0)
+ if (id == 0 || ACE_OS::strlen (id) == 0)
{
ACE_THROW (CORBA::ORB::InvalidName ());
}