summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc')
-rw-r--r--trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc45
1 files changed, 45 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc b/trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc
new file mode 100644
index 00000000000..240208b4dda
--- /dev/null
+++ b/trunk/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/PI_ProcMode_Remote.mpc
@@ -0,0 +1,45 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags -= -St
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*RemoteServer): taoserver, pi_server, interceptors {
+ exename = PI_ProcMode_Remote_TestServer
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ server_interceptor.cpp
+ Echo_Server_ORBInitializer.cpp
+ server_main.cpp
+ Server_Task.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*RemoteClient): taoclient, portableserver, pi, interceptors {
+ exename = PI_ProcMode_Remote_TestClient
+ after += *idl
+ after += *RemoteServer
+ Source_Files {
+ client_interceptor.cpp
+ Echo_Client_ORBInitializer.cpp
+ client_main.cpp
+ Client_Task.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}