summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-13 17:24:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-13 17:24:35 +0000
commitcff32df027b57c8031be6b82b9b5abdece590217 (patch)
tree079a1934623c4682eb382c1cdb3c96e95eee58ac /TAO/tests/InterOp-Naming
parent98873ef7f4e0aed5a26266f9e857d67247dce2b7 (diff)
downloadATCD-cff32df027b57c8031be6b82b9b5abdece590217.tar.gz
ChangeLogTag:Tue Feb 13 09:17:30 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/InterOp-Naming')
-rw-r--r--TAO/tests/InterOp-Naming/Server_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/InterOp-Naming/Server_i.cpp b/TAO/tests/InterOp-Naming/Server_i.cpp
index 48f1a9c6374..aa6c9b360d5 100644
--- a/TAO/tests/InterOp-Naming/Server_i.cpp
+++ b/TAO/tests/InterOp-Naming/Server_i.cpp
@@ -79,7 +79,7 @@ Server_i::add_IOR_to_table (CORBA::String_var ior)
"IORTable",
ACE_TRY_ENV);
ACE_TRY_CHECK;
-
+
IORTable::Table_var adapter =
IORTable::Table::_narrow (table_object.in (), ACE_TRY_ENV);
ACE_TRY_CHECK;