summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/On_Demand_Act_Direct_Coll/On_Demand_Act_D_Coll.mpc
blob: 973e9e988e15a0b40949dfc7339cc22279a7d971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(On_Demand_Act_D_Coll): taoserver, portableserver {
   exename  = On_Demand_Act_D_Coll
   idlflags += -Gd

   Source_Files {
    Collocated_Test.cpp
    Server_Task.cpp
    Client_Task.cpp
    Servant_Activator.cpp
    test_i.cpp
   }
}