diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 08:07:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-20 08:07:58 +0000 |
commit | 5663c6b3ef19398ea57cca072af226ba38caaab2 (patch) | |
tree | c017c63abd2c2e204e92f26c71477fc039fbcf28 /TAO/tao/Makefile.am | |
parent | db4ba26a419d6d88d1e6e782c13b7cc14a39bb23 (diff) | |
download | ATCD-5663c6b3ef19398ea57cca072af226ba38caaab2.tar.gz |
Fri Apr 20 08:05:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Makefile.am')
-rw-r--r-- | TAO/tao/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am index 94021756257..5fd80181e2c 100644 --- a/TAO/tao/Makefile.am +++ b/TAO/tao/Makefile.am @@ -2865,7 +2865,7 @@ libTAO_PortableServer_la_SOURCES = \ PortableServer/Adapter_Activator.cpp \ PortableServer/Collocated_Object_Proxy_Broker.cpp \ PortableServer/Creation_Time.cpp \ - PortableServer/DII_Arguments_Converter.cpp \ + PortableServer/Collocated_Arguments_Converter.cpp \ PortableServer/Default_Acceptor_Filter.cpp \ PortableServer/Default_Policy_Validator.cpp \ PortableServer/Default_Servant_Dispatcher.cpp \ @@ -3012,7 +3012,7 @@ nobase_include_HEADERS += \ PortableServer/Collocated_Object_Proxy_Broker.h \ PortableServer/Creation_Time.h \ PortableServer/Creation_Time.inl \ - PortableServer/DII_Arguments_Converter.h \ + PortableServer/Collocated_Arguments_Converter.h \ PortableServer/Default_Acceptor_Filter.h \ PortableServer/Default_Policy_Validator.h \ PortableServer/Default_Servant_Dispatcher.h \ @@ -4110,6 +4110,7 @@ libTAO_Messaging_la_SOURCES = \ Messaging/Asynch_Invocation_Adapter.cpp \ Messaging/Asynch_Reply_Dispatcher.cpp \ Messaging/Asynch_Timeout_Handler.cpp \ + Messaging/AMI_Arguments_Converter_Impl.cpp \ Messaging/Connection_Timeout_Policy_i.cpp \ Messaging/ExceptionHolderA.cpp \ Messaging/ExceptionHolderC.cpp \ @@ -4151,6 +4152,7 @@ nobase_include_HEADERS += \ Messaging/Asynch_Invocation_Adapter.h \ Messaging/Asynch_Reply_Dispatcher.h \ Messaging/Asynch_Timeout_Handler.h \ + Messaging/AMI_Arguments_Converter_Impl.h \ Messaging/Connection_Timeout_Policy_i.h \ Messaging/ExceptionHolder.pidl \ Messaging/ExceptionHolderA.h \ |