diff options
author | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-09 22:51:15 +0000 |
---|---|---|
committer | pradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-09 22:51:15 +0000 |
commit | 540afe05e0d3d504c0a5e3d2f1c33b3f2db7ae8e (patch) | |
tree | 7907c6c1a90f8b1f5bb6b382f418b98988f5c072 /ace/Makefile.am | |
parent | 60f8bd66aa48ba1b03168b058cafb8a77e7c21d0 (diff) | |
download | ATCD-540afe05e0d3d504c0a5e3d2f1c33b3f2db7ae8e.tar.gz |
Fri Feb 9 16:47:44 2001 Pradeep Gore <pradeep@cs.wustl.edu>
Diffstat (limited to 'ace/Makefile.am')
-rw-r--r-- | ace/Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/ace/Makefile.am b/ace/Makefile.am index 8b1a4add905..0672fadb9d8 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -361,12 +361,7 @@ libACE_Other_la_SOURCES = \ Name_Space.cpp \ Naming_Context.cpp \ Registry_Name_Space.cpp \ - Remote_Name_Space.cpp \ - SOCK_Dgram_Mcast_QoS.cpp \ - QoS_Session_Impl.cpp \ - QoS_Session_Factory.cpp \ - QoS_Manager.cpp \ - QoS_Decorator.cpp + Remote_Name_Space.cpp libACE_la_SOURCES = \ $(libACE_OS_la_SOURCES) \ @@ -655,11 +650,7 @@ HEADER_FILES = \ Process_Mutex.h \ Process_Semaphore.h \ Profile_Timer.h \ - QoS_Decorator.h \ - QoS_Manager.h \ QoS_Session.h \ - QoS_Session_Factory.h \ - QoS_Session_Impl.h \ QtReactor.h \ RB_Tree.h \ RW_Process_Mutex.h \ @@ -677,7 +668,6 @@ HEADER_FILES = \ SOCK_Dgram.h \ SOCK_Dgram_Bcast.h \ SOCK_Dgram_Mcast.h \ - SOCK_Dgram_Mcast_QoS.h \ SOCK_IO.h \ SOCK_Stream.h \ SPIPE.h \ @@ -891,7 +881,6 @@ INLINE_FILES = \ Process.i \ Process_Manager.i \ Profile_Timer.i \ - QoS_Session_Impl.i \ RB_Tree.i \ Reactor.i \ Read_Buffer.i \ @@ -903,7 +892,6 @@ INLINE_FILES = \ SOCK_Dgram.i \ SOCK_Dgram_Bcast.i \ SOCK_Dgram_Mcast.i \ - SOCK_Dgram_Mcast_QoS.i \ SOCK_IO.i \ SOCK_Stream.i \ SPIPE.i \ |