From d041c820ae399119fbc1e5bd059211f30ffc4e96 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 9 Sep 2010 11:21:50 +0000 Subject: Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen * Kokyu/Dispatch_Deferrer.h: * ace/Atomic_Op_T.h: * ace/Atomic_Op_T.inl: * ace/Configuration.h: * ace/Configuration.cpp: * ace/Default_Constants.h: * ace/Hash_Multi_Map_Manager_T.h: * ace/Hash_Multi_Map_Manager_T.cpp: * ace/Intrusive_List.h: * ace/Intrusive_List.inl: * ace/Local_Name_Space_T.h: * ace/Log_Msg.h: * ace/Log_Msg.cpp: * ace/MEM_Acceptor.h: * ace/MEM_Acceptor.inl: * ace/MEM_Connector.h: * ace/MEM_Connector.inl: * ace/Message_Queue.h: * ace/OS.h: * ace/OS_Memory.h: * ace/OS_TLI.h: * ace/Obstack_T.h: * ace/Obstack_T.inl: * ace/POSIX_Asynch_IO.h: * ace/Process_Manager.h: * ace/Process_Manager.cpp: * ace/Recursive_Thread_Mutex.h: * ace/Recursive_Thread_Mutex.cpp: * ace/Refcountable_T.h: * ace/Strategies_T.h: * ace/Strategies_T.inl: * ace/Synch.h: * ace/Task.h: * ace/Task_Ex_T.h: * ace/Task_Ex_T.inl: * ace/Task_T.h: * ace/Task_T.inl: * ace/Thread_Control.cpp: * ace/Token_Collection.h: * ace/Token_Invariants.h: * ace/Token_Manager.h: * ace/ace_wchar.h: * ace/config-macosx-leopard.h: * ace/os_include/net/os_if.h: * ace/os_include/sys/os_mman.h: * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp: * netsvcs/lib/Time_Request_Reply.h: * netsvcs/lib/Time_Request_Reply.cpp: * tests/Conn_Test.cpp: * tests/Dirent_Test.cpp: * tests/Svc_Handler_Test.cpp: Removed several methods, files, and macros that are marked deprecated for several years now. * ace/Map.h: * ace/Method_Object.h: * ace/OS_Dirent.h: * ace/OS_String.h: * ace/Pair.h: * ace/Refcountable.h: * ace/Service_Templates.h: Removed these files. --- ACE/netsvcs/lib/Time_Request_Reply.cpp | 8 -------- ACE/netsvcs/lib/Time_Request_Reply.h | 7 ------- 2 files changed, 15 deletions(-) (limited to 'ACE/netsvcs') diff --git a/ACE/netsvcs/lib/Time_Request_Reply.cpp b/ACE/netsvcs/lib/Time_Request_Reply.cpp index eebe5a2b0e3..7811a5c5477 100644 --- a/ACE/netsvcs/lib/Time_Request_Reply.cpp +++ b/ACE/netsvcs/lib/Time_Request_Reply.cpp @@ -46,14 +46,6 @@ ACE_Time_Request::ACE_Time_Request (ACE_INT32 t, // Type of request. this->transfer_.time_ = this->time_ = time; } -// Initialize length_ in order to avoid problems with byte-ordering -void -ACE_Time_Request::init (void) -{ - ACE_TRACE ("ACE_Time_Request::init"); -// this->length (sizeof this->transfer_); -} - // Get the fixed size of message ssize_t ACE_Time_Request::size (void) const diff --git a/ACE/netsvcs/lib/Time_Request_Reply.h b/ACE/netsvcs/lib/Time_Request_Reply.h index 530c5693899..8393150638e 100644 --- a/ACE/netsvcs/lib/Time_Request_Reply.h +++ b/ACE/netsvcs/lib/Time_Request_Reply.h @@ -58,13 +58,6 @@ public: const time_t time, ACE_Time_Value *timeout = 0); - /** - * Initialize length_ in order to ensure correct byte ordering before a - * request is sent. - * @deprecated This method is a no-op. - */ - void init (void); - // Get the fixed size of message ssize_t size (void) const; -- cgit v1.2.1