summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/PortableInterceptors/IOR/IOR.mpc
blob: cc7e41187675611eb0900619afe42779ec0b9ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Server): taoexe, portableserver, pi_server, avoids_minimum_corba, iorinterceptor {
  Source_Files {
    Messenger_i.cpp
    MessengerServer.cpp
    ServerInitializer.cpp
    ServerInterceptor.cpp
    ServerIORInterceptor.cpp
  }
}

project(*Client): taoexe, pi, avoids_minimum_corba, interceptors {
  Source_Files {
    MessengerC.cpp
    MessengerClient.cpp
    ClientInitializer.cpp
    ClientInterceptor.cpp
  }
}