summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
blob: 5e8d9d3f3c90c72a00560016ecd8905fb2aca0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// -*- MPC -*-
// $Id$

project(*Server): taoserver, valuetype, interceptors {
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    test_i.cpp
    Server_ORBInitializer.cpp
    Server_Request_Interceptor.cpp
    server.cpp
  }
}

project(*Client): taoclient, valuetype, interceptors {
  idlflags += -DCORBA3 -I$(TAO_ROOT)

  Source_Files {
    testC.cpp
    Client_ORBInitializer.cpp
    Client_Request_Interceptor.cpp
    client.cpp
  }
}