summaryrefslogtreecommitdiff
path: root/TAO/tests/LongUpcalls
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:15:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 12:15:16 +0000
commitc5969edfe9761bcfbc84fc438626ceef50bc7529 (patch)
treedf6de71cd6c30f8078c1921a2f8a756ebfddb85a /TAO/tests/LongUpcalls
parent5b1dbbd118a3bc6c2ea10f4a20c13ce9a8d795c1 (diff)
downloadATCD-c5969edfe9761bcfbc84fc438626ceef50bc7529.tar.gz
ChangeLogTag: Tue Jul 9 07:14:38 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/LongUpcalls')
-rw-r--r--TAO/tests/LongUpcalls/LongUpcalls.mpc45
1 files changed, 45 insertions, 0 deletions
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
new file mode 100644
index 00000000000..f2b523813aa
--- /dev/null
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -0,0 +1,45 @@
+project(blocking server): messaging {
+ idlflags -= -Sc
+ idlflags += -GC
+ exename = blocking_server
+
+ Source_Files {
+ Manager.cpp
+ blocking_server.cpp
+ }
+}
+
+project(blocking client): messaging {
+ idlflags -= -Sc
+ idlflags += -GC
+ exename = blocking_client
+
+ Source_Files {
+ Controller.cpp
+ blocking_client.cpp
+ }
+}
+
+project(ami server): messaging {
+ idlflags -= -Sc
+ idlflags += -GC
+ exename = ami_server
+
+ Source_Files {
+ AMI_Manager.cpp
+ ami_server.cpp
+ }
+}
+
+project(ami client): messaging {
+ idlflags -= -Sc
+ idlflags += -GC
+ exename = ami_client
+
+ Source_Files {
+ Controller.cpp
+ Manager_Handler.cpp
+ ami_client.cpp
+ }
+}
+