summaryrefslogtreecommitdiff
path: root/TAO/tests/CallbackTest/CallbackTest.mpc
blob: 006030800afab8790cb88b77c23031bb24a458d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging {
  Source_Files {
    Service.cpp
    server.cpp
  }
}

project(*Client): taoclient, portableserver, messaging {
  Source_Files {
    Callback.cpp
    client.cpp
  }
}