summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/POA_DSI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/POA_DSI.mpc')
-rw-r--r--TAO/examples/POA/DSI/POA_DSI.mpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/examples/POA/DSI/POA_DSI.mpc b/TAO/examples/POA/DSI/POA_DSI.mpc
new file mode 100644
index 00000000000..836b8dcadeb
--- /dev/null
+++ b/TAO/examples/POA/DSI/POA_DSI.mpc
@@ -0,0 +1,12 @@
+project(*Client) : taoexe, messaging, portableserver {
+ source_files {
+ client.cpp
+ }
+}
+
+project(*Server) : taoexe, messaging, portableserver, dynamicinterface {
+ source_files {
+ Database_i.cpp
+ server.cpp
+ }
+} \ No newline at end of file