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

  Source_Files {
    Crashed_Callback.cpp
    client.cpp
  }  
}