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.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/examples/POA/DSI/POA_DSI.mpc b/TAO/examples/POA/DSI/POA_DSI.mpc
index 508a5b3f898..62a433a23c3 100644
--- a/TAO/examples/POA/DSI/POA_DSI.mpc
+++ b/TAO/examples/POA/DSI/POA_DSI.mpc
@@ -1,29 +1,14 @@
//$Id$
-project(*IDL): taoidldefaults {
- IDL_Files {
- Database.idl
- }
- custom_only = 1
-}
-
project(*Client) : taoclient, messaging, minimum_corba {
- after += *IDL
source_files {
DatabaseC.cpp
client.cpp
}
- IDL_Files {
- }
}
project(*Server) : taoserver, messaging, dynamicinterface, minimum_corba {
- after += *IDL
source_files {
Database_i.cpp
server.cpp
- DatabaseS.cpp
- DatabaseC.cpp
- }
- IDL_Files {
}
}