summaryrefslogtreecommitdiff
path: root/TAO/tests/Crashed_Callback
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/Crashed_Callback
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/Crashed_Callback')
-rw-r--r--TAO/tests/Crashed_Callback/Crashed_Callback.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Crashed_Callback/Crashed_Callback.mpc b/TAO/tests/Crashed_Callback/Crashed_Callback.mpc
new file mode 100644
index 00000000000..e12305ab000
--- /dev/null
+++ b/TAO/tests/Crashed_Callback/Crashed_Callback.mpc
@@ -0,0 +1,16 @@
+project: messaging {
+ Source_Files {
+ Service.cpp
+ server.cpp
+ }
+}
+
+project(client): messaging {
+ exename = client
+
+ Source_Files {
+ Crashed_Callback.cpp
+ client.cpp
+ }
+}
+