diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-06 22:59:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-02-06 22:59:52 +0000 |
commit | 2c6317188a31f85e51b0f25f0eda6b245c8214c7 (patch) | |
tree | c027d3b9d7cc79406e4e47dfba2175c21027e704 /ace/Makefile.am | |
parent | 13fb3ae7ca20fa783ccd284192957a73fa65a153 (diff) | |
download | ATCD-2c6317188a31f85e51b0f25f0eda6b245c8214c7.tar.gz |
ChangeLogTag:Sun Feb 6 14:59:12 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 4ad47897d8d..595b32f9513 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -201,7 +201,8 @@ libACE_Demux_la_SOURCES = \ TP_Reactor.cpp \ TkReactor.cpp \ WFMO_Reactor.cpp \ - XtReactor.cpp + XtReactor.cpp \ + QtReactor.cpp libACE_Connection_la_SOURCES = \ Asynch_IO.cpp \ @@ -322,6 +323,8 @@ libACE_Other_la_SOURCES = \ Naming_Context.cpp \ Registry_Name_Space.cpp \ Remote_Name_Space.cpp + QoS_Session_Impl.cpp \ + QoS_Session_Factory.cpp libACE_la_SOURCES = \ $(libACE_OS_la_SOURCES) \ @@ -553,6 +556,7 @@ HEADER_FILES = \ Message_Queue_T.h \ Method_Object.h \ Method_Request.h \ + Min_Max.h \ Module.h \ Msg_WFMO_Reactor.h \ Multiplexor.h \ @@ -576,6 +580,9 @@ HEADER_FILES = \ Process.h \ Process_Manager.h \ Profile_Timer.h \ + QoS_Session.h \ + QoS_Session_Factory.h \ + QoS_Session_Impl.h \ QtReactor.h \ RB_Tree.h \ Reactor.h \ @@ -795,6 +802,7 @@ INLINE_FILES = \ Process.i \ Process_Manager.i \ Profile_Timer.i \ + QoS_Session_Impl.i \ RB_Tree.i \ Reactor.i \ Read_Buffer.i \ |