summaryrefslogtreecommitdiff
path: root/TAO/examples/AMH
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-30 13:23:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-30 13:23:07 +0000
commit3172e683fad186229a32d60deb50a8e90cd10d5c (patch)
tree412b51ffac1feddfc8fa54b6f0ea8dea1db2aa21 /TAO/examples/AMH
parente005f45665095f1fb4f6ab209a807dde9eaae770 (diff)
downloadATCD-3172e683fad186229a32d60deb50a8e90cd10d5c.tar.gz
ChangeLogTag: Tue Jul 30 08:21:36 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/examples/AMH')
-rw-r--r--TAO/examples/AMH/Sink_Server/Sink_Server.mpc36
1 files changed, 36 insertions, 0 deletions
diff --git a/TAO/examples/AMH/Sink_Server/Sink_Server.mpc b/TAO/examples/AMH/Sink_Server/Sink_Server.mpc
new file mode 100644
index 00000000000..2e13223c858
--- /dev/null
+++ b/TAO/examples/AMH/Sink_Server/Sink_Server.mpc
@@ -0,0 +1,36 @@
+project(st_server): server, strategies {
+ idlflags += -GH
+ exename = st_server
+ requires += ami
+
+ Source_Files {
+ st_server.cpp
+ Base_Server.cpp
+ AMH_Servant.cpp
+ Timer_Handler.cpp
+ }
+}
+
+project(mt_server): server, strategies {
+ idlflags += -GH
+ exename = mt_server
+ requires += ami
+
+ Source_Files {
+ mt_server.cpp
+ Base_Server.cpp
+ AMH_Servant.cpp
+ Timer_Handler.cpp
+ }
+}
+
+project: client, strategies {
+ idlflags += -GH
+ requires += ami
+
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+}
+