summaryrefslogtreecommitdiff
path: root/TAO/tests/IORManipulation
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-09-08 19:31:04 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-09-08 19:31:04 +0000
commit0cb7cefb5732017cc32e4bc96458bf87ce79ebbe (patch)
treefd52d340581b0dc341f58dc2a40aa6c69f640253 /TAO/tests/IORManipulation
parent6c6a10f955d5092d4bdceace25abca646afc490d (diff)
downloadATCD-0cb7cefb5732017cc32e4bc96458bf87ce79ebbe.tar.gz
ChangeLogTag: Fri Sep 8 14:27:11 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/IORManipulation')
-rw-r--r--TAO/tests/IORManipulation/IORTest.cpp12
-rw-r--r--TAO/tests/IORManipulation/Makefile5
2 files changed, 7 insertions, 10 deletions
diff --git a/TAO/tests/IORManipulation/IORTest.cpp b/TAO/tests/IORManipulation/IORTest.cpp
index 85d8230fc77..3bce0cd14e8 100644
--- a/TAO/tests/IORManipulation/IORTest.cpp
+++ b/TAO/tests/IORManipulation/IORTest.cpp
@@ -21,10 +21,10 @@
#include "tao/corbafwd.h"
#include "tao/ORB.h"
-#include "tao/IORManipulation.h"
+#include "tao/IORManipulation/IORC.h"
#include "tao/corbafwd.h"
#include "tao/ORB.h"
-#include "tao/IORManipulation.h"
+
ACE_RCSID(IORManipluation, IORTest, "$Id$")
@@ -263,13 +263,13 @@ main (int argc, char *argv[])
ACE_TRY_CHECK;
}
- ACE_CATCH (TAO_IOP::TAO_IOR_Manipulation::EmptyProfileList, userex)
+ ACE_CATCH (TAO_IOP::EmptyProfileList, userex)
{
ACE_PRINT_EXCEPTION (userex,
"Unexpected EmptyProfileList Exception!\n");
return -1;
}
- ACE_CATCH (TAO_IOP::TAO_IOR_Manipulation::NotFound, userex)
+ ACE_CATCH (TAO_IOP::NotFound, userex)
{
if (Status == 1)
{
@@ -292,13 +292,13 @@ main (int argc, char *argv[])
return -1;
}
}
- ACE_CATCH (TAO_IOP::TAO_IOR_Manipulation::Duplicate, userex)
+ ACE_CATCH (TAO_IOP::Duplicate, userex)
{
ACE_PRINT_EXCEPTION (userex,
"Unexpected Duplicate Exception!\n");
return -1;
}
- ACE_CATCH (TAO_IOP::TAO_IOR_Manipulation::Invalid_IOR, userex)
+ ACE_CATCH (TAO_IOP::Invalid_IOR, userex)
{
ACE_PRINT_EXCEPTION (userex,
"Unexpected Invalid_IOR Exception!\n");
diff --git a/TAO/tests/IORManipulation/Makefile b/TAO/tests/IORManipulation/Makefile
index 9e054132cd5..20b63ac3b60 100644
--- a/TAO/tests/IORManipulation/Makefile
+++ b/TAO/tests/IORManipulation/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # ! TAO_ROOT
-LDLIBS = -lTAO
+LDLIBS = -lTAO -lTAO_IORManip
PROG_SRCS = IORTest.cpp
@@ -190,15 +190,12 @@ realclean: clean
$(TAO_ROOT)/tao/Sequence_T.i \
$(TAO_ROOT)/tao/Sequence_T.cpp \
$(TAO_ROOT)/tao/Services.i \
- $(TAO_ROOT)/tao/IORManipulation.h \
$(TAO_ROOT)/tao/LocalObject.h \
$(TAO_ROOT)/tao/Object.h \
$(TAO_ROOT)/tao/Object.i \
$(TAO_ROOT)/tao/LocalObject.i \
- $(TAO_ROOT)/tao/IORC.h \
$(TAO_ROOT)/tao/Environment.h \
$(TAO_ROOT)/tao/Environment.i \
- $(TAO_ROOT)/tao/IORC.i \
$(TAO_ROOT)/tao/PortableInterceptor.h \
$(TAO_ROOT)/tao/Request_Info.h \
$(TAO_ROOT)/tao/PortableInterceptorC.h \