summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 14:55:06 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-23 14:55:06 +0000
commit9deb2b53c0c7895fafeea7e7cfc4228e332fca21 (patch)
treee46c0f217793b3543e5f5f23b55af42b70b89e20 /TAO/tests/LongUpcalls
parentbf3edf6d902cf401878ce494a9d642f90fd955bc (diff)
downloadATCD-9deb2b53c0c7895fafeea7e7cfc4228e332fca21.tar.gz
ChangeLogTag: Wed Apr 23 09:53:27 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/LongUpcalls')
-rw-r--r--TAO/tests/LongUpcalls/LongUpcalls.mpc8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
index f2b523813aa..52dd4d4ff86 100644
--- a/TAO/tests/LongUpcalls/LongUpcalls.mpc
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -1,4 +1,4 @@
-project(blocking server): messaging {
+project(Long Upcalls Server): messaging {
idlflags -= -Sc
idlflags += -GC
exename = blocking_server
@@ -9,7 +9,7 @@ project(blocking server): messaging {
}
}
-project(blocking client): messaging {
+project(Long Upcalls Client): messaging {
idlflags -= -Sc
idlflags += -GC
exename = blocking_client
@@ -20,7 +20,7 @@ project(blocking client): messaging {
}
}
-project(ami server): messaging {
+project(Long Upcalls AMI Server): messaging {
idlflags -= -Sc
idlflags += -GC
exename = ami_server
@@ -31,7 +31,7 @@ project(ami server): messaging {
}
}
-project(ami client): messaging {
+project(Long Upcalls AMI Client): messaging {
idlflags -= -Sc
idlflags += -GC
exename = ami_client