summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Messaging.mpc
blob: 955cf8fe6fe060799556a8ec482bba9c7e93c3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project : taolib, core, portableserver {
  sharedname   = TAO_Messaging
  dynamicflags = TAO_MESSAGING_BUILD_DLL
  include_dir  = tao/Messaging

    Source_Files {
      Asynch_Invocation_Adapter.cpp
      Asynch_Invocation.cpp
      Asynch_Reply_Dispatcher.cpp
      Asynch_Timeout_Handler.cpp
      Connection_Timeout_Policy_i.cpp
      Messaging.cpp
      MessagingC.cpp
      MessagingS.cpp
      Messaging_No_ImplC.cpp
      Messaging_RT_PolicyC.cpp
      Messaging_SyncScope_PolicyC.cpp
      TAO_ExtC.cpp
      Messaging_ORBInitializer.cpp
      Messaging_PolicyFactory.cpp
      Messaging_Policy_i.cpp
    }
}