summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_BiDir
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-04-06 15:27:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-04-06 15:27:36 +0000
commit10ff971107b7a21e1a041377e8d4effa450c7636 (patch)
tree8e53359dc7cc442f088d4f32f8490c0469661630 /TAO/tests/MT_BiDir
parent8ac5a5976070fdc899f149556864d156796aa0a2 (diff)
downloadATCD-10ff971107b7a21e1a041377e8d4effa450c7636.tar.gz
ChangeLogTag: Sat Apr 06 17:22:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/MT_BiDir')
-rw-r--r--TAO/tests/MT_BiDir/client.bor5
-rw-r--r--TAO/tests/MT_BiDir/server.bor6
2 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tests/MT_BiDir/client.bor b/TAO/tests/MT_BiDir/client.bor
index 1250f879f90..c2045aae051 100644
--- a/TAO/tests/MT_BiDir/client.bor
+++ b/TAO/tests/MT_BiDir/client.bor
@@ -27,7 +27,7 @@ LIBFILES = \
$(TAO_BIDIRGIOP_LIB)
IDLFILES = \
- $(IDLDIR)\test.idl
+ $(IDLDIR)\Receiver.idl
CPPDIR = .
@@ -38,6 +38,5 @@ IDLDIR = .
#
# IDL Build rules
#
-
-$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
+$(IDLDIR)\ReceiverS.cpp $(IDLDIR)\ReceiverC.cpp: $(IDLDIR)\Receiver.idl
$(TAO_IDL) $**
diff --git a/TAO/tests/MT_BiDir/server.bor b/TAO/tests/MT_BiDir/server.bor
index 65d269948f1..141a8db21f7 100644
--- a/TAO/tests/MT_BiDir/server.bor
+++ b/TAO/tests/MT_BiDir/server.bor
@@ -27,7 +27,7 @@ LIBFILES = \
$(TAO_BIDIRGIOP_LIB)
IDLFILES = \
- $(IDLDIR)\test.idl
+ $(IDLDIR)\Receiver.idl
CPPDIR = .
@@ -38,6 +38,6 @@ IDLDIR = .
#
# IDL Build rules
#
-
-$(IDLDIR)\testS.cpp $(IDLDIR)\testC.cpp: $(IDLDIR)\test.idl
+$(IDLDIR)\ReceiverS.cpp $(IDLDIR)\ReceiverC.cpp: $(IDLDIR)\Receiver.idl
$(TAO_IDL) $**
+