diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-22 10:00:55 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-22 10:00:55 +0000 |
commit | 27ff4c20d5a0cb060abdb1e59efe7ae6769df8fb (patch) | |
tree | aa6e0f512a237c63abd2dcef7efc4359aa209864 /TAO | |
parent | 20391892ca434d3bb1c52578edfeb3905bda99b1 (diff) | |
download | ATCD-27ff4c20d5a0cb060abdb1e59efe7ae6769df8fb.tar.gz |
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am index 6e26eb8b5c0..fdf8f9c4d8a 100644 --- a/TAO/tao/Makefile.am +++ b/TAO/tao/Makefile.am @@ -2904,6 +2904,7 @@ libTAO_PortableServer_la_SOURCES = \ PortableServer/LifespanStrategyTransient.cpp \ PortableServer/LifespanStrategyTransientFactoryImpl.cpp \ PortableServer/Local_Servant_Base.cpp \ + PortableServer/Network_Priority_Hook.cpp \ PortableServer/Non_Servant_Upcall.cpp \ PortableServer/ORT_Adapter_Factory.cpp \ PortableServer/Object_Adapter.cpp \ @@ -3077,6 +3078,7 @@ nobase_include_HEADERS += \ PortableServer/LifespanStrategyTransientFactoryImpl.h \ PortableServer/Local_Servant_Base.h \ PortableServer/Local_Servant_Base.inl \ + PortableServer/Network_Priority_Hook.h \ PortableServer/Non_Servant_Upcall.h \ PortableServer/Non_Servant_Upcall.inl \ PortableServer/ORT_Adapter.h \ |