summaryrefslogtreecommitdiff
path: root/TAO/tests/Crashed_Callback/Crashed_Callback.mpc
blob: 791650d5867050b60df8f634a844876d6f4c0a8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*Server): taoserver, messaging, corba_messaging {
  Source_Files {
    Service.cpp
    server.cpp
  }  
}
 
project(*Client): taoserver, messaging, corba_messaging {
  exename = client

  Source_Files {
    Crashed_Callback.cpp
    client.cpp
  }  
}