*Massive cleanup redux.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-17 16:20:24 -07:00
parent e585187b24
commit 3f338cc1c3
862 changed files with 2736 additions and 4797 deletions
-1
View File
@@ -307,7 +307,6 @@ the "copyright" line and a pointer to where the full notice is found.
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this If the program is interactive, make it output a short notice like this
-6
View File
@@ -37,12 +37,10 @@ extern "C" int maxFiles;
# include "ace/OS_NS_poll.h" # include "ace/OS_NS_poll.h"
#endif /* ACE_HAS_POLL && ACE_HAS_LIMITED_SELECT */ #endif /* ACE_HAS_POLL && ACE_HAS_LIMITED_SELECT */
ACE_RCSID (ace, ACE_RCSID (ace,
ACE, ACE,
"$Id: ACE.cpp 82581 2008-08-11 08:58:24Z johnnyw $") "$Id: ACE.cpp 82581 2008-08-11 08:58:24Z johnnyw $")
// Open versioned namespace, if enabled by the user. // Open versioned namespace, if enabled by the user.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -62,7 +60,6 @@ namespace ACE
char debug_; char debug_;
} }
int int
ACE::out_of_handles (int error) ACE::out_of_handles (int error)
{ {
@@ -2306,7 +2303,6 @@ ACE::restore_non_blocking_mode (ACE_HANDLE handle,
} }
} }
// Format buffer into printable format. This is useful for debugging. // Format buffer into printable format. This is useful for debugging.
// Portions taken from mdump by J.P. Knight ([email protected]) // Portions taken from mdump by J.P. Knight ([email protected])
// Modifications by Todd Montgomery. // Modifications by Todd Montgomery.
@@ -2974,7 +2970,6 @@ ACE::gcd (u_long x, u_long y)
return x; return x;
} }
// Calculates the minimum enclosing frame size for the given values. // Calculates the minimum enclosing frame size for the given values.
u_long u_long
ACE::minimum_frame_size (u_long period1, u_long period2) ACE::minimum_frame_size (u_long period1, u_long period2)
@@ -3018,7 +3013,6 @@ ACE::minimum_frame_size (u_long period1, u_long period2)
} }
} }
u_long u_long
ACE::is_prime (const u_long n, ACE::is_prime (const u_long n,
const u_long min_factor, const u_long min_factor,
-1
View File
@@ -10,7 +10,6 @@
// Open versioned namespace, if enabled by the user. // Open versioned namespace, if enabled by the user.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Wrappers for methods that have been moved to ACE_OS. // Wrappers for methods that have been moved to ACE_OS.
ACE_INLINE ssize_t ACE_INLINE ssize_t
-1
View File
@@ -6,7 +6,6 @@ ACE_RCSID (ace,
ACE_crc32, ACE_crc32,
"$Id: ACE_crc32.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: ACE_crc32.cpp 80826 2008-03-04 14:51:23Z wotte $")
namespace namespace
{ {
/*****************************************************************/ /*****************************************************************/
-2
View File
@@ -14,7 +14,6 @@ ACE_RCSID(ace, ATM_Acceptor, "$Id: ATM_Acceptor.cpp 80826 2008-03-04 14:51:23Z w
#include "ace/ATM_Acceptor.inl" #include "ace/ATM_Acceptor.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
// Open versioned namespace, if enabled by the user. // Open versioned namespace, if enabled by the user.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -305,6 +304,5 @@ ACE_ATM_Acceptor::accept (ACE_ATM_Stream &new_sap,
// Close versioned namespace, if enabled by the user. // Close versioned namespace, if enabled by the user.
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* ACE_HAS_ATM */ #endif /* ACE_HAS_ATM */
-2
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_ATM_ACCEPTOR_H #ifndef ACE_ATM_ACCEPTOR_H
#define ACE_ATM_ACCEPTOR_H #define ACE_ATM_ACCEPTOR_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
@@ -113,7 +112,6 @@ private:
// Close versioned namespace, if enabled by the user. // Close versioned namespace, if enabled by the user.
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__) #if defined (__ACE_INLINE__)
#include "ace/ATM_Acceptor.inl" #include "ace/ATM_Acceptor.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
-1
View File
@@ -100,7 +100,6 @@ ACE_ATM_Addr::ACE_ATM_Addr (const ATM_Addr *sap,
this->set (sap, selector); this->set (sap, selector);
} }
ACE_ATM_Addr::ACE_ATM_Addr (const ACE_TCHAR sap[], ACE_ATM_Addr::ACE_ATM_Addr (const ACE_TCHAR sap[],
u_char selector) u_char selector)
#if defined (ACE_HAS_FORE_ATM_XTI) || defined (ACE_HAS_FORE_ATM_WS2) #if defined (ACE_HAS_FORE_ATM_XTI) || defined (ACE_HAS_FORE_ATM_WS2)
-1
View File
@@ -187,7 +187,6 @@ private:
// Close versioned namespace, if enabled by the user. // Close versioned namespace, if enabled by the user.
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__) #if defined (__ACE_INLINE__)
#include "ace/ATM_Addr.inl" #include "ace/ATM_Addr.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
-1
View File
@@ -10,7 +10,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_ATM_PARAMS_H #ifndef ACE_ATM_PARAMS_H
#define ACE_ATM_PARAMS_H #define ACE_ATM_PARAMS_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_ATM_QoS_H #ifndef ACE_ATM_QoS_H
#define ACE_ATM_QoS_H #define ACE_ATM_QoS_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_ATM_STREAM_H #ifndef ACE_ATM_STREAM_H
#define ACE_ATM_STREAM_H #define ACE_ATM_STREAM_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-2
View File
@@ -293,8 +293,6 @@ public:
typedef ACE_Concurrency_Strategy<SVC_HANDLER> CONCURRENCY_STRATEGY; typedef ACE_Concurrency_Strategy<SVC_HANDLER> CONCURRENCY_STRATEGY;
typedef ACE_Scheduling_Strategy<SVC_HANDLER> SCHEDULING_STRATEGY; typedef ACE_Scheduling_Strategy<SVC_HANDLER> SCHEDULING_STRATEGY;
/// Default constructor. /// Default constructor.
ACE_Strategy_Acceptor (const ACE_TCHAR service_name[] = 0, ACE_Strategy_Acceptor (const ACE_TCHAR service_name[] = 0,
const ACE_TCHAR service_description[] = 0, const ACE_TCHAR service_description[] = 0,
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_ACTIVE_MAP_MANAGER_H #ifndef ACE_ACTIVE_MAP_MANAGER_H
#define ACE_ACTIVE_MAP_MANAGER_H #define ACE_ACTIVE_MAP_MANAGER_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_ACTIVE_MAP_MANAGER_T_H #ifndef ACE_ACTIVE_MAP_MANAGER_T_H
#define ACE_ACTIVE_MAP_MANAGER_T_H #define ACE_ACTIVE_MAP_MANAGER_T_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-3
View File
@@ -2,12 +2,10 @@
#include "ace/Addr.h" #include "ace/Addr.h"
ACE_RCSID (ace, ACE_RCSID (ace,
Addr, Addr,
"$Id: Addr.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Addr.cpp 80826 2008-03-04 14:51:23Z wotte $")
#if !defined (__ACE_INLINE__) #if !defined (__ACE_INLINE__)
#include "ace/Addr.inl" #include "ace/Addr.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
@@ -23,7 +21,6 @@ const ACE_Addr ACE_Addr::sap_any (AF_ANY, -1);
ACE_ALLOC_HOOK_DEFINE(ACE_Addr) ACE_ALLOC_HOOK_DEFINE(ACE_Addr)
// Initializes instance variables. Note that 0 is an unspecified // Initializes instance variables. Note that 0 is an unspecified
// protocol family type... // protocol family type...
@@ -32,7 +32,6 @@ ACE_Argv_Type_Converter::ACE_Argv_Type_Converter (int &argc, wchar_t** argv)
} }
#endif // ACE_USES_WCHAR #endif // ACE_USES_WCHAR
ACE_Argv_Type_Converter::ACE_Argv_Type_Converter (int &argc, char **argv) ACE_Argv_Type_Converter::ACE_Argv_Type_Converter (int &argc, char **argv)
: saved_argc_(argc), : saved_argc_(argc),
char_argv_(argv) char_argv_(argv)
@@ -104,7 +103,6 @@ ACE_Argv_Type_Converter::initialize (void)
} }
} }
void void
ACE_Argv_Type_Converter::align_char_with_wchar (void) ACE_Argv_Type_Converter::align_char_with_wchar (void)
{ {
-1
View File
@@ -16,7 +16,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_ARRAY_MAP_H #ifndef ACE_ARRAY_MAP_H
#define ACE_ARRAY_MAP_H #define ACE_ARRAY_MAP_H
-2
View File
@@ -77,7 +77,6 @@ public:
*/ */
virtual int cancel (void); virtual int cancel (void);
/** /**
* Template method to validate peer before service is opened. * Template method to validate peer before service is opened.
* This method is called when the connection attempt completes, * This method is called when the connection attempt completes,
@@ -128,7 +127,6 @@ protected:
/// This is called when an outstanding accept completes. /// This is called when an outstanding accept completes.
virtual void handle_connect (const ACE_Asynch_Connect::Result &result); virtual void handle_connect (const ACE_Asynch_Connect::Result &result);
/// This parses the address from read buffer. /// This parses the address from read buffer.
void parse_address (const ACE_Asynch_Connect::Result &result, void parse_address (const ACE_Asynch_Connect::Result &result,
ACE_INET_Addr &remote_address, ACE_INET_Addr &remote_address,
-5
View File
@@ -710,8 +710,6 @@ ACE_Asynch_Accept::Result::implementation (void) const
return this->implementation_; return this->implementation_;
} }
// ********************************************************************* // *********************************************************************
ACE_Asynch_Connect::ACE_Asynch_Connect (void) ACE_Asynch_Connect::ACE_Asynch_Connect (void)
@@ -795,7 +793,6 @@ ACE_Asynch_Connect::Result::connect_handle (void) const
return this->implementation ()->connect_handle (); return this->implementation ()->connect_handle ();
} }
ACE_Asynch_Connect_Result_Impl * ACE_Asynch_Connect_Result_Impl *
ACE_Asynch_Connect::Result::implementation (void) const ACE_Asynch_Connect::Result::implementation (void) const
{ {
@@ -1191,7 +1188,6 @@ ACE_Service_Handler::open (ACE_HANDLE,
{ {
} }
// ************************************************************ // ************************************************************
ACE_Asynch_Read_Dgram::ACE_Asynch_Read_Dgram (void) ACE_Asynch_Read_Dgram::ACE_Asynch_Read_Dgram (void)
@@ -1305,7 +1301,6 @@ ACE_Asynch_Read_Dgram::Result::implementation (void) const
// ************************************************************ // ************************************************************
ACE_Asynch_Write_Dgram::ACE_Asynch_Write_Dgram (void) ACE_Asynch_Write_Dgram::ACE_Asynch_Write_Dgram (void)
: implementation_ (0) : implementation_ (0)
{ {
-4
View File
@@ -167,7 +167,6 @@ public:
*/ */
int signal_number (void) const; int signal_number (void) const;
/// Destructor. /// Destructor.
virtual ~ACE_Asynch_Result (void); virtual ~ACE_Asynch_Result (void);
@@ -250,7 +249,6 @@ public:
*/ */
int cancel (void); int cancel (void);
// = Access methods. // = Access methods.
/// Return the underlying proactor. /// Return the underlying proactor.
@@ -1289,7 +1287,6 @@ public:
}; };
}; };
// Forward declarations // Forward declarations
class ACE_Asynch_Read_Dgram_Result_Impl; class ACE_Asynch_Read_Dgram_Result_Impl;
class ACE_Asynch_Read_Dgram_Impl; class ACE_Asynch_Read_Dgram_Impl;
@@ -1554,7 +1551,6 @@ public:
}; };
}; };
/** /**
* @class ACE_Handler * @class ACE_Handler
* *
-3
View File
@@ -515,7 +515,6 @@ protected:
ACE_Asynch_Accept_Result_Impl (void); ACE_Asynch_Accept_Result_Impl (void);
}; };
/** /**
* @class ACE_Asynch_Connect_Impl * @class ACE_Asynch_Connect_Impl
* *
@@ -566,7 +565,6 @@ protected:
ACE_Asynch_Connect_Result_Impl (void); ACE_Asynch_Connect_Result_Impl (void);
}; };
/** /**
* @class ACE_Asynch_Transmit_File_Impl * @class ACE_Asynch_Transmit_File_Impl
* *
@@ -635,7 +633,6 @@ protected:
ACE_Asynch_Transmit_File_Result_Impl (void); ACE_Asynch_Transmit_File_Result_Impl (void);
}; };
/** /**
* @class ACE_Asynch_Read_Dgram_Impl * @class ACE_Asynch_Read_Dgram_Impl
* *
-1
View File
@@ -90,7 +90,6 @@ ACE_Asynch_Connect_Result_Impl::ACE_Asynch_Connect_Result_Impl (void)
{ {
} }
ACE_INLINE ACE_INLINE
ACE_Asynch_Transmit_File_Impl::ACE_Asynch_Transmit_File_Impl (void) ACE_Asynch_Transmit_File_Impl::ACE_Asynch_Transmit_File_Impl (void)
: ACE_Asynch_Operation_Impl () : ACE_Asynch_Operation_Impl ()
@@ -69,8 +69,6 @@ ACE_Asynch_Pseudo_Task::svc (void)
return 0; return 0;
} }
int int
ACE_Asynch_Pseudo_Task::register_io_handler (ACE_HANDLE handle, ACE_Asynch_Pseudo_Task::register_io_handler (ACE_HANDLE handle,
ACE_Event_Handler *handler, ACE_Event_Handler *handler,
-1
View File
@@ -170,7 +170,6 @@ ACE_Atomic_Op<ACE_Thread_Mutex, long>::value_i (void)
return this->value_; return this->value_;
} }
ACE_INLINE ACE_INLINE
ACE_Atomic_Op<ACE_Thread_Mutex, unsigned long>::ACE_Atomic_Op (void) ACE_Atomic_Op<ACE_Thread_Mutex, unsigned long>::ACE_Atomic_Op (void)
: value_ (0) : value_ (0)
-1
View File
@@ -195,7 +195,6 @@ ACE_Atomic_Op<ACE_LOCK, TYPE>::ACE_Atomic_Op (
// ACE_TRACE ("ACE_Atomic_Op<ACE_LOCK, TYPE>::ACE_Atomic_Op"); // ACE_TRACE ("ACE_Atomic_Op<ACE_LOCK, TYPE>::ACE_Atomic_Op");
} }
template <class ACE_LOCK, class TYPE> template <class ACE_LOCK, class TYPE>
ACE_INLINE ACE_Atomic_Op<ACE_LOCK, TYPE> & ACE_INLINE ACE_Atomic_Op<ACE_LOCK, TYPE> &
ACE_Atomic_Op<ACE_LOCK, TYPE>::operator= ( ACE_Atomic_Op<ACE_LOCK, TYPE>::operator= (
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_AUTO_INCDEC_T_H #ifndef ACE_AUTO_INCDEC_T_H
#define ACE_AUTO_INCDEC_T_H #define ACE_AUTO_INCDEC_T_H
-2
View File
@@ -32,7 +32,6 @@
# pragma warning(disable: 4284) # pragma warning(disable: 4284)
#endif /* _MSC_VER */ #endif /* _MSC_VER */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/** /**
@@ -179,7 +178,6 @@ public:
X *operator-> () const; X *operator-> () const;
}; };
/** /**
* @brief Reset given @c auto_ptr element to new element. * @brief Reset given @c auto_ptr element to new element.
* *
@@ -67,11 +67,8 @@ protected:
long flags_; long flags_;
}; };
class ACE_Service_Gestalt; class ACE_Service_Gestalt;
/** /**
* @class ACE_Base_Thread_Adapter * @class ACE_Base_Thread_Adapter
* *
@@ -26,7 +26,6 @@
#include "ace/Synch_Traits.h" #include "ace/Synch_Traits.h"
#include "ace/os_include/os_stddef.h" #include "ace/os_include/os_stddef.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Forward decl., using the "Cheshire Cat" technique. // Forward decl., using the "Cheshire Cat" technique.
-1
View File
@@ -9,7 +9,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_BASIC_STATS_H #ifndef ACE_BASIC_STATS_H
#define ACE_BASIC_STATS_H #define ACE_BASIC_STATS_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-4
View File
@@ -4,12 +4,10 @@
# include "ace/Basic_Types.inl" # include "ace/Basic_Types.inl"
#endif /* ! __ACE_INLINE__ */ #endif /* ! __ACE_INLINE__ */
ACE_RCSID (ace, ACE_RCSID (ace,
Basic_Types, Basic_Types,
"$Id: Basic_Types.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Basic_Types.cpp 80826 2008-03-04 14:51:23Z wotte $")
#if defined (ACE_LACKS_LONGLONG_T) && !defined (ACE_LACKS_UNSIGNEDLONGLONG_T) #if defined (ACE_LACKS_LONGLONG_T) && !defined (ACE_LACKS_UNSIGNEDLONGLONG_T)
# include "ace/Log_Msg.h" # include "ace/Log_Msg.h"
# include "ace/OS_NS_stdio.h" # include "ace/OS_NS_stdio.h"
@@ -30,7 +28,6 @@ ACE_U_LongLong::output (FILE *file) const
ACE_OS::fprintf (file, "0x%lx", l_ ()); ACE_OS::fprintf (file, "0x%lx", l_ ());
} }
ACE_TCHAR * ACE_TCHAR *
ACE_U_LongLong::as_string (ACE_TCHAR *output, ACE_U_LongLong::as_string (ACE_TCHAR *output,
unsigned int base, unsigned int base,
@@ -111,7 +108,6 @@ ACE_U_LongLong::as_string (ACE_TCHAR *output,
return output; return output;
} }
# if !defined (ACE_LACKS_IOSTREAM_TOTALLY) # if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
ostream& ostream&
operator<< (ostream& os, const ACE_U_LongLong& ll) operator<< (ostream& os, const ACE_U_LongLong& ll)
-3
View File
@@ -220,7 +220,6 @@ typedef ACE::If_Then_Else<
# endif # endif
# endif /* !defined (ACE_SIZEOF_LONG_LONG) */ # endif /* !defined (ACE_SIZEOF_LONG_LONG) */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// The sizes of the commonly implemented types are now known. Set up // The sizes of the commonly implemented types are now known. Set up
@@ -327,7 +326,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
# endif /* defined (ACE_UINT64_TYPE) */ # endif /* defined (ACE_UINT64_TYPE) */
#endif /* !(ACE_LACKS_LONGLONG_T || ACE_LACKS_UNSIGNEDLONGLONG_T) */ #endif /* !(ACE_LACKS_LONGLONG_T || ACE_LACKS_UNSIGNEDLONGLONG_T) */
typedef ACE_UINT16 ACE_USHORT16; // @@ Backward compatibility. typedef ACE_UINT16 ACE_USHORT16; // @@ Backward compatibility.
// Define a generic byte for use in codecs // Define a generic byte for use in codecs
@@ -805,7 +803,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# define ACE_UINT64_DBLCAST_ADAPTER(n) (n) # define ACE_UINT64_DBLCAST_ADAPTER(n) (n)
# endif /* ! ACE_WIN32 && ! ACE_LACKS_LONGLONG_T */ # endif /* ! ACE_WIN32 && ! ACE_LACKS_LONGLONG_T */
// The number of bytes in a float. // The number of bytes in a float.
# ifndef ACE_SIZEOF_FLOAT # ifndef ACE_SIZEOF_FLOAT
# if FLT_MAX_EXP == 128 # if FLT_MAX_EXP == 128
-2
View File
@@ -187,7 +187,6 @@ ACE_U_LongLong::operator= (const ACE_UINT32 &rhs)
return *this; return *this;
} }
ACE_INLINE ACE_U_LongLong ACE_INLINE ACE_U_LongLong
ACE_U_LongLong::operator+ (const ACE_U_LongLong &n) const ACE_U_LongLong::operator+ (const ACE_U_LongLong &n) const
{ {
@@ -589,7 +588,6 @@ ACE_U_LongLong::operator= (const ACE_UINT32 &rhs)
return *this; return *this;
} }
ACE_INLINE ACE_U_LongLong ACE_INLINE ACE_U_LongLong
ACE_U_LongLong::operator+ (const ACE_U_LongLong &n) const ACE_U_LongLong::operator+ (const ACE_U_LongLong &n) const
{ {
-2
View File
@@ -34,8 +34,6 @@ ACE_Bound_Ptr_Counter<ACE_LOCK>::create_strong (void)
return temp; return temp;
} }
template <class ACE_LOCK> inline long template <class ACE_LOCK> inline long
ACE_Bound_Ptr_Counter<ACE_LOCK>::attach_strong (ACE_Bound_Ptr_Counter<ACE_LOCK>* counter) ACE_Bound_Ptr_Counter<ACE_LOCK>::attach_strong (ACE_Bound_Ptr_Counter<ACE_LOCK>* counter)
{ {
-2
View File
@@ -24,7 +24,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_CDR_BASE_H #ifndef ACE_CDR_BASE_H
#define ACE_CDR_BASE_H #define ACE_CDR_BASE_H
@@ -373,7 +372,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
# include "ace/CDR_Base.inl" # include "ace/CDR_Base.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h" #include /**/ "ace/post.h"
#endif /* ACE_CDR_BASE_H */ #endif /* ACE_CDR_BASE_H */
-1
View File
@@ -213,7 +213,6 @@ ACE_SizeCDR::write_wchar_array_i (const ACE_CDR::WChar *,
return true; return true;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_SizeCDR::write_array (const void *, ACE_SizeCDR::write_array (const void *,
size_t size, size_t size,
-5
View File
@@ -54,15 +54,12 @@ public:
/// Returns @c false if an error has ocurred. /// Returns @c false if an error has ocurred.
bool good_bit (void) const; bool good_bit (void) const;
/// Reset current size. /// Reset current size.
void reset (void); void reset (void);
/// Return current size. /// Return current size.
size_t total_length (void) const; size_t total_length (void) const;
// Return 0 on failure and 1 on success. // Return 0 on failure and 1 on success.
//@{ @name Size-calculating pseudo-write operations //@{ @name Size-calculating pseudo-write operations
ACE_CDR::Boolean write_boolean (ACE_CDR::Boolean x); ACE_CDR::Boolean write_boolean (ACE_CDR::Boolean x);
@@ -157,7 +154,6 @@ private:
size_t align, size_t align,
ACE_CDR::ULong length); ACE_CDR::ULong length);
ACE_CDR::Boolean write_wchar_array_i (const ACE_CDR::WChar* x, ACE_CDR::Boolean write_wchar_array_i (const ACE_CDR::WChar* x,
ACE_CDR::ULong length); ACE_CDR::ULong length);
@@ -235,7 +231,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h" #include /**/ "ace/post.h"
#endif /* ACE_CDR_SIZE_H */ #endif /* ACE_CDR_SIZE_H */
-5
View File
@@ -34,7 +34,6 @@ ACE_SizeCDR::total_length (void) const
return this->size_; return this->size_;
} }
// Encode the CDR stream. // Encode the CDR stream.
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
@@ -252,7 +251,6 @@ ACE_SizeCDR::write_float_array (const ACE_CDR::Float *x,
length); length);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_SizeCDR::write_double_array (const ACE_CDR::Double *x, ACE_SizeCDR::write_double_array (const ACE_CDR::Double *x,
ACE_CDR::ULong length) ACE_CDR::ULong length)
@@ -273,10 +271,8 @@ ACE_SizeCDR::write_longdouble_array (const ACE_CDR::LongDouble* x,
length); length);
} }
// **************************************************************** // ****************************************************************
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
operator<< (ACE_SizeCDR &ss, ACE_CDR::Char x) operator<< (ACE_SizeCDR &ss, ACE_CDR::Char x)
{ {
@@ -420,5 +416,4 @@ operator<< (ACE_SizeCDR &ss, ACE_OutputCDR::from_wstring x)
(ACE_CDR::Boolean) (ss.good_bit () && (!x.bound_ || len <= x.bound_)); (ACE_CDR::Boolean) (ss.good_bit () && (!x.bound_ || len <= x.bound_));
} }
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
-9
View File
@@ -633,7 +633,6 @@ ACE_OutputCDR::write_wchar_array_i (const ACE_CDR::WChar *x,
return false; return false;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_OutputCDR::write_array (const void *x, ACE_OutputCDR::write_array (const void *x,
size_t size, size_t size,
@@ -683,7 +682,6 @@ ACE_OutputCDR::write_array (const void *x,
return false; return false;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_OutputCDR::write_boolean_array (const ACE_CDR::Boolean* x, ACE_OutputCDR::write_boolean_array (const ACE_CDR::Boolean* x,
ACE_CDR::ULong length) ACE_CDR::ULong length)
@@ -703,7 +701,6 @@ ACE_OutputCDR::write_boolean_array (const ACE_CDR::Boolean* x,
return this->good_bit (); return this->good_bit ();
} }
char * char *
ACE_OutputCDR::write_long_placeholder (void) ACE_OutputCDR::write_long_placeholder (void)
{ {
@@ -715,7 +712,6 @@ ACE_OutputCDR::write_long_placeholder (void)
return buf; return buf;
} }
char * char *
ACE_OutputCDR::write_short_placeholder (void) ACE_OutputCDR::write_short_placeholder (void)
{ {
@@ -727,7 +723,6 @@ ACE_OutputCDR::write_short_placeholder (void)
return buf; return buf;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_OutputCDR::replace (ACE_CDR::Long x, char* loc) ACE_OutputCDR::replace (ACE_CDR::Long x, char* loc)
{ {
@@ -750,7 +745,6 @@ ACE_OutputCDR::replace (ACE_CDR::Long x, char* loc)
return true; return true;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_OutputCDR::replace (ACE_CDR::Short x, char* loc) ACE_OutputCDR::replace (ACE_CDR::Short x, char* loc)
{ {
@@ -773,7 +767,6 @@ ACE_OutputCDR::replace (ACE_CDR::Short x, char* loc)
return true; return true;
} }
int int
ACE_OutputCDR::consolidate (void) ACE_OutputCDR::consolidate (void)
{ {
@@ -818,7 +811,6 @@ ACE_OutputCDR::consolidate (void)
return 0; return 0;
} }
ACE_Message_Block* ACE_Message_Block*
ACE_OutputCDR::find (char* loc) ACE_OutputCDR::find (char* loc)
{ {
@@ -1529,7 +1521,6 @@ ACE_InputCDR::read_wchar_array_i (ACE_CDR::WChar* x,
return false; return false;
} }
ACE_CDR::Boolean ACE_CDR::Boolean
ACE_InputCDR::read_boolean_array (ACE_CDR::Boolean *x, ACE_InputCDR::read_boolean_array (ACE_CDR::Boolean *x,
ACE_CDR::ULong length) ACE_CDR::ULong length)
-5
View File
@@ -59,7 +59,6 @@
#include "Monitor_Size.h" #include "Monitor_Size.h"
#endif /* ACE_HAS_MONITOR_POINTS==1 */ #endif /* ACE_HAS_MONITOR_POINTS==1 */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Char_Codeset_Translator; class ACE_Char_Codeset_Translator;
@@ -518,11 +517,9 @@ private:
size_t align, size_t align,
ACE_CDR::ULong length); ACE_CDR::ULong length);
ACE_CDR::Boolean write_wchar_array_i (const ACE_CDR::WChar* x, ACE_CDR::Boolean write_wchar_array_i (const ACE_CDR::WChar* x,
ACE_CDR::ULong length); ACE_CDR::ULong length);
/** /**
* Grow the CDR stream. When it returns @a buf contains a pointer to * Grow the CDR stream. When it returns @a buf contains a pointer to
* memory in the CDR stream, with at least @a size bytes ahead of it * memory in the CDR stream, with at least @a size bytes ahead of it
@@ -602,7 +599,6 @@ protected:
static size_t wchar_maxbytes_; static size_t wchar_maxbytes_;
}; };
// **************************************************************** // ****************************************************************
/** /**
@@ -1274,7 +1270,6 @@ extern ACE_Export ACE_CDR::Boolean operator<< (ACE_OutputCDR &os,
extern ACE_Export ACE_CDR::Boolean operator>> (ACE_InputCDR &is, extern ACE_Export ACE_CDR::Boolean operator>> (ACE_InputCDR &is,
ACE_CString &x); ACE_CString &x);
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__) #if defined (__ACE_INLINE__)
-8
View File
@@ -411,7 +411,6 @@ ACE_OutputCDR::write_float_array (const ACE_CDR::Float *x,
length); length);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_OutputCDR::write_double_array (const ACE_CDR::Double *x, ACE_OutputCDR::write_double_array (const ACE_CDR::Double *x,
ACE_CDR::ULong length) ACE_CDR::ULong length)
@@ -496,7 +495,6 @@ ACE_OutputCDR::get_version (ACE_CDR::Octet &major, ACE_CDR::Octet &minor)
minor = this->minor_version_; minor = this->minor_version_;
} }
ACE_INLINE const ACE_Message_Block* ACE_INLINE const ACE_Message_Block*
ACE_OutputCDR::begin (void) const ACE_OutputCDR::begin (void) const
{ {
@@ -650,7 +648,6 @@ ACE_InputCDR::read_char (ACE_CDR::Char &x)
return this->char_translator_->read_char (*this, x); return this->char_translator_->read_char (*this, x);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_InputCDR::read_short (ACE_CDR::Short &x) ACE_InputCDR::read_short (ACE_CDR::Short &x)
{ {
@@ -664,7 +661,6 @@ ACE_InputCDR::read_ushort (ACE_CDR::UShort &x)
return this->read_2 (&x); return this->read_2 (&x);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_InputCDR::read_long (ACE_CDR::Long &x) ACE_InputCDR::read_long (ACE_CDR::Long &x)
{ {
@@ -672,14 +668,12 @@ ACE_InputCDR::read_long (ACE_CDR::Long &x)
return this->read_4 (reinterpret_cast<ACE_CDR::ULong*> (temp)); return this->read_4 (reinterpret_cast<ACE_CDR::ULong*> (temp));
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_InputCDR::read_ulong (ACE_CDR::ULong &x) ACE_InputCDR::read_ulong (ACE_CDR::ULong &x)
{ {
return this->read_4 (&x); return this->read_4 (&x);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_InputCDR::read_longlong (ACE_CDR::LongLong &x) ACE_InputCDR::read_longlong (ACE_CDR::LongLong &x)
{ {
@@ -907,7 +901,6 @@ ACE_InputCDR::read_float_array (ACE_CDR::Float *x,
length); length);
} }
ACE_INLINE ACE_CDR::Boolean ACE_INLINE ACE_CDR::Boolean
ACE_InputCDR::read_double_array (ACE_CDR::Double *x, ACE_InputCDR::read_double_array (ACE_CDR::Double *x,
ACE_CDR::ULong length) ACE_CDR::ULong length)
@@ -1534,7 +1527,6 @@ ACE_InputCDR::wchar_translator (void) const
return this->wchar_translator_; return this->wchar_translator_;
} }
ACE_INLINE void ACE_INLINE void
ACE_InputCDR::char_translator (ACE_Char_Codeset_Translator * ctran) ACE_InputCDR::char_translator (ACE_Char_Codeset_Translator * ctran)
{ {
-1
View File
@@ -82,7 +82,6 @@
// the macros should still work if you defined your adapter class as // the macros should still work if you defined your adapter class as
// ACE_EXCEPTION_TYPE. // ACE_EXCEPTION_TYPE.
// The following macros assume that an environment variable is passed // The following macros assume that an environment variable is passed
// in/out of each function that can throw an exception. The type of the // in/out of each function that can throw an exception. The type of the
// environment variable is defined by ACE_ENV_TYPE. // environment variable is defined by ACE_ENV_TYPE.
@@ -221,7 +221,6 @@ ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRAT
return retn; return retn;
} }
template <class KEY, class VALUE, class REVERSE_IMPLEMENTATION, class CACHING_STRATEGY, class ATTRIBUTES> ACE_INLINE void template <class KEY, class VALUE, class REVERSE_IMPLEMENTATION, class CACHING_STRATEGY, class ATTRIBUTES> ACE_INLINE void
ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES>::dump (void) const ACE_Cache_Map_Reverse_Iterator<KEY, VALUE, REVERSE_IMPLEMENTATION, CACHING_STRATEGY, ATTRIBUTES>::dump (void) const
{ {
@@ -242,7 +242,6 @@ public:
int notify_unbind (int result, int notify_unbind (int result,
const ATTRIBUTES &attr); const ATTRIBUTES &attr);
/// This method acts as a notification about the CONTAINERs trybind /// This method acts as a notification about the CONTAINERs trybind
/// method call /// method call
int notify_trybind (int result, int notify_trybind (int result,
-1
View File
@@ -13,7 +13,6 @@ ACE_RCSID (ace,
Capabilities, Capabilities,
"$Id: Capabilities.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Capabilities.cpp 80826 2008-03-04 14:51:23Z wotte $")
#define ACE_ESC ((ACE_TCHAR)0x1b) #define ACE_ESC ((ACE_TCHAR)0x1b)
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-2
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_CAPABILITIES_H #ifndef ACE_CAPABILITIES_H
#define ACE_CAPABILITIES_H #define ACE_CAPABILITIES_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
@@ -31,7 +30,6 @@
# include "ace/OS_NS_ctype.h" # include "ace/OS_NS_ctype.h"
#endif /* ACE_IS_SPLITTING */ #endif /* ACE_IS_SPLITTING */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/** /**
-1
View File
@@ -20,7 +20,6 @@ ACE_Cleanup::cleanup (void *)
delete this; delete this;
} }
ACE_Cleanup::~ACE_Cleanup (void) ACE_Cleanup::~ACE_Cleanup (void)
{ {
} }
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef CLEANUP_STRATEGIES_H #ifndef CLEANUP_STRATEGIES_H
#define CLEANUP_STRATEGIES_H #define CLEANUP_STRATEGIES_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -30,7 +30,6 @@
#include "ace/Basic_Types.h" #include "ace/Basic_Types.h"
#include "ace/Global_Macros.h" #include "ace/Global_Macros.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/** /**
-1
View File
@@ -13,7 +13,6 @@
*/ */
//============================================================================= //=============================================================================
#include "ace/Codeset_IBM1047.h" #include "ace/Codeset_IBM1047.h"
#if defined (ACE_HAS_EBCDIC) #if defined (ACE_HAS_EBCDIC)
-1
View File
@@ -13,7 +13,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_CODESET_IMB1047_H #ifndef ACE_CODESET_IMB1047_H
#define ACE_CODESET_IMB1047_H #define ACE_CODESET_IMB1047_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-5
View File
@@ -478,7 +478,6 @@ ACE_Configuration_Win32Registry::ACE_Configuration_Win32Registry (HKEY hKey)
root_ = ACE_Configuration_Section_Key (temp); root_ = ACE_Configuration_Section_Key (temp);
} }
ACE_Configuration_Win32Registry::~ACE_Configuration_Win32Registry (void) ACE_Configuration_Win32Registry::~ACE_Configuration_Win32Registry (void)
{ {
} }
@@ -979,7 +978,6 @@ ACE_Configuration_Win32Registry::remove_value (const ACE_Configuration_Section_K
return 0; return 0;
} }
int int
ACE_Configuration_Win32Registry::load_key (const ACE_Configuration_Section_Key& key, ACE_Configuration_Win32Registry::load_key (const ACE_Configuration_Section_Key& key,
HKEY& hKey) HKEY& hKey)
@@ -1277,7 +1275,6 @@ ACE_Configuration_Heap::open (size_t default_map_size)
return create_index (); return create_index ();
} }
int int
ACE_Configuration_Heap::open (const ACE_TCHAR* file_name, ACE_Configuration_Heap::open (const ACE_TCHAR* file_name,
void* base_address, void* base_address,
@@ -1373,7 +1370,6 @@ ACE_Configuration_Heap::load_key (const ACE_Configuration_Section_Key& key,
return 0; return 0;
} }
int int
ACE_Configuration_Heap::add_section (const ACE_Configuration_Section_Key& base, ACE_Configuration_Heap::add_section (const ACE_Configuration_Section_Key& base,
const ACE_TCHAR* sub_section, const ACE_TCHAR* sub_section,
@@ -2012,7 +2008,6 @@ ACE_Configuration_Heap::get_integer_value (const ACE_Configuration_Section_Key&
return -1; // section does not exist return -1; // section does not exist
} }
// See if it exists first // See if it exists first
ACE_Configuration_ExtId VExtId (t_name); ACE_Configuration_ExtId VExtId (t_name);
ACE_Configuration_Value_IntId VIntId; ACE_Configuration_Value_IntId VIntId;
-2
View File
@@ -37,7 +37,6 @@
#include "ace/Local_Memory_Pool.h" #include "ace/Local_Memory_Pool.h"
#include "ace/Synch_Traits.h" #include "ace/Synch_Traits.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE) #if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once # pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */ #endif /* ACE_LACKS_PRAGMA_ONCE */
@@ -423,7 +422,6 @@ protected:
ACE_Configuration (const ACE_Configuration& rhs); ACE_Configuration (const ACE_Configuration& rhs);
ACE_Configuration& operator= (const ACE_Configuration& rhs); ACE_Configuration& operator= (const ACE_Configuration& rhs);
ACE_Configuration_Section_Key root_; ACE_Configuration_Section_Key root_;
}; };
@@ -388,7 +388,6 @@ ACE_Registry_ImpExp::process_previous_line_format (ACE_TCHAR* buffer,
return 0; return 0;
} // end read_previous_line_format } // end read_previous_line_format
ACE_Ini_ImpExp::ACE_Ini_ImpExp (ACE_Configuration& config) ACE_Ini_ImpExp::ACE_Ini_ImpExp (ACE_Configuration& config)
: ACE_Config_ImpExp_Base (config) : ACE_Config_ImpExp_Base (config)
{ {
@@ -1,9 +1,7 @@
#include "ace/Connection_Recycling_Strategy.h" #include "ace/Connection_Recycling_Strategy.h"
ACE_RCSID(ace, Connection_Recycling_Strategy, "$Id: Connection_Recycling_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $") ACE_RCSID(ace, Connection_Recycling_Strategy, "$Id: Connection_Recycling_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void) ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void)
-9
View File
@@ -40,7 +40,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
class ACE_Allocator; class ACE_Allocator;
/** /**
* @class ACE_Bounded_Stack * @class ACE_Bounded_Stack
* *
@@ -173,7 +172,6 @@ private:
//---------------------------------------- //----------------------------------------
/** /**
* @class ACE_Fixed_Stack * @class ACE_Fixed_Stack
* *
@@ -333,8 +331,6 @@ private:
T item_; T item_;
}; };
/** /**
* @class ACE_Unbounded_Stack * @class ACE_Unbounded_Stack
* *
@@ -408,7 +404,6 @@ public:
// = Classic Stack operations. // = Classic Stack operations.
///Push an element onto the top of stack. ///Push an element onto the top of stack.
/** /**
* Place a new item on top of the stack. Returns -1 if the stack * Place a new item on top of the stack. Returns -1 if the stack
@@ -774,7 +769,6 @@ public:
ACE_ALLOC_HOOK_DECLARE; ACE_ALLOC_HOOK_DECLARE;
}; };
/** /**
* @class ACE_Double_Linked_List * @class ACE_Double_Linked_List
* *
@@ -992,7 +986,6 @@ protected:
ACE_Allocator *allocator_; ACE_Allocator *allocator_;
}; };
template <class T> class ACE_DLList; template <class T> class ACE_DLList;
template <class T> class ACE_DLList_Iterator; template <class T> class ACE_DLList_Iterator;
template <class T> class ACE_DLList_Reverse_Iterator; template <class T> class ACE_DLList_Reverse_Iterator;
@@ -1553,7 +1546,6 @@ private:
ssize_t next_; ssize_t next_;
}; };
/** /**
* @class ACE_Bounded_Set * @class ACE_Bounded_Set
* *
@@ -1776,7 +1768,6 @@ private:
ACE_Ordered_MultiSet<T> &set_; ACE_Ordered_MultiSet<T> &set_;
}; };
/** /**
* @class ACE_Ordered_MultiSet * @class ACE_Ordered_MultiSet
* *
-6
View File
@@ -159,7 +159,6 @@ ACE_Unbounded_Stack<T>::size (void) const
// --- // ---
// --- // ---
template <class T, size_t ACE_SIZE> ACE_INLINE int template <class T, size_t ACE_SIZE> ACE_INLINE int
@@ -248,8 +247,6 @@ ACE_Ordered_MultiSet_Iterator<T>::dump (void) const
#endif /* ACE_HAS_DUMP */ #endif /* ACE_HAS_DUMP */
} }
// -- // --
template <class T> ACE_INLINE int template <class T> ACE_INLINE int
@@ -312,7 +309,6 @@ ACE_Array<T>::operator!= (const ACE_Array<T> &s) const
// **************************************************************** // ****************************************************************
// **************************************************************** // ****************************************************************
template <class T> ACE_INLINE void template <class T> ACE_INLINE void
@@ -420,7 +416,6 @@ ACE_DLList_Iterator<T>::dump (void) const
#endif /* ACE_HAS_DUMP */ #endif /* ACE_HAS_DUMP */
} }
template <class T> ACE_INLINE int template <class T> ACE_INLINE int
ACE_DLList_Reverse_Iterator<T>::remove (void) ACE_DLList_Reverse_Iterator<T>::remove (void)
{ {
@@ -467,7 +462,6 @@ ACE_DLList_Reverse_Iterator<T>::next (void) const
return (T *) (temp ? temp->item_ : 0); return (T *) (temp ? temp->item_ : 0);
} }
template <class T> ACE_INLINE void template <class T> ACE_INLINE void
ACE_DLList_Reverse_Iterator<T>::dump (void) const ACE_DLList_Reverse_Iterator<T>::dump (void) const
{ {
-2
View File
@@ -8,12 +8,10 @@
#include "ace/Copy_Disabled.h" #include "ace/Copy_Disabled.h"
ACE_RCSID (ace, ACE_RCSID (ace,
Copy_Disabled, Copy_Disabled,
"$Id: Copy_Disabled.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Copy_Disabled.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Copy_Disabled::ACE_Copy_Disabled (void) ACE_Copy_Disabled::ACE_Copy_Disabled (void)
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_DEV_H #ifndef ACE_DEV_H
#define ACE_DEV_H #define ACE_DEV_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-2
View File
@@ -8,12 +8,10 @@
#include "ace/DEV_Connector.inl" #include "ace/DEV_Connector.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
ACE_RCSID (ace, ACE_RCSID (ace,
DEV_Connector, DEV_Connector,
"$Id: DEV_Connector.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: DEV_Connector.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Connector) ACE_ALLOC_HOOK_DEFINE(ACE_DEV_Connector)
-1
View File
@@ -22,7 +22,6 @@
# pragma once # pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */ #endif /* ACE_LACKS_PRAGMA_ONCE */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/** /**
-1
View File
@@ -9,7 +9,6 @@
ACE_RCSID(ace, DEV_IO, "$Id: DEV_IO.cpp 80826 2008-03-04 14:51:23Z wotte $") ACE_RCSID(ace, DEV_IO, "$Id: DEV_IO.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_DEV_IO) ACE_ALLOC_HOOK_DEFINE(ACE_DEV_IO)
-1
View File
@@ -67,7 +67,6 @@ ACE_DLL::operator= (const ACE_DLL &rhs)
return *this; return *this;
} }
// If the library name and the opening mode are specified than on // If the library name and the opening mode are specified than on
// object creation the library is implicitly opened. // object creation the library is implicitly opened.
-2
View File
@@ -59,7 +59,6 @@ public:
/// Allow assignment /// Allow assignment
ACE_DLL& operator= (const ACE_DLL &rhs); ACE_DLL& operator= (const ACE_DLL &rhs);
/** /**
* This constructor performs the actions of open() during construction. * This constructor performs the actions of open() during construction.
* @param dll_name The name or path of the DLL to load. * @param dll_name The name or path of the DLL to load.
@@ -167,7 +166,6 @@ private:
bool close_handle_on_destruction = true, bool close_handle_on_destruction = true,
ACE_SHLIB_HANDLE handle = 0); ACE_SHLIB_HANDLE handle = 0);
//private: //private:
public: public:
-2
View File
@@ -233,7 +233,6 @@ ACE_DLL_Handle::open (const ACE_TCHAR *dll_name,
return 0; return 0;
} }
int int
ACE_DLL_Handle::close (int unload) ACE_DLL_Handle::close (int unload)
{ {
@@ -493,7 +492,6 @@ ACE_DLL_Handle::get_dll_names (const ACE_TCHAR *dll_name,
// Pointer to the Singleton instance. // Pointer to the Singleton instance.
ACE_DLL_Manager *ACE_DLL_Manager::instance_ = 0; ACE_DLL_Manager *ACE_DLL_Manager::instance_ = 0;
ACE_DLL_Manager * ACE_DLL_Manager *
ACE_DLL_Manager::instance (int size) ACE_DLL_Manager::instance (int size)
{ {
-1
View File
@@ -31,7 +31,6 @@
#define ACE_DEFAULT_DLL_MANAGER_SIZE 1024 #define ACE_DEFAULT_DLL_MANAGER_SIZE 1024
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/** /**
@@ -31,7 +31,6 @@ ACE_RCSID (ace,
# include "ace/Dev_Poll_Reactor.inl" # include "ace/Dev_Poll_Reactor.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
#include "ace/Handle_Set.h" #include "ace/Handle_Set.h"
#include "ace/Reactor.h" #include "ace/Reactor.h"
#include "ace/Timer_Heap.h" #include "ace/Timer_Heap.h"
@@ -278,7 +277,6 @@ ACE_Dev_Poll_Reactor_Notify::read_notify_pipe (ACE_HANDLE handle,
return have_one ? 1 : 0; return have_one ? 1 : 0;
} }
int int
ACE_Dev_Poll_Reactor_Notify::handle_input (ACE_HANDLE handle) ACE_Dev_Poll_Reactor_Notify::handle_input (ACE_HANDLE handle)
{ {
@@ -811,7 +809,6 @@ ACE_Dev_Poll_Reactor::current_info (ACE_HANDLE, size_t & /* size */)
ACE_NOTSUP_RETURN (-1); ACE_NOTSUP_RETURN (-1);
} }
int int
ACE_Dev_Poll_Reactor::set_sig_handler (ACE_Sig_Handler *signal_handler) ACE_Dev_Poll_Reactor::set_sig_handler (ACE_Sig_Handler *signal_handler)
{ {
@@ -1005,7 +1002,6 @@ ACE_Dev_Poll_Reactor::work_pending_i (ACE_Time_Value * max_wait_time)
return (nfds == 0 && timers_pending != 0 ? 1 : nfds); return (nfds == 0 && timers_pending != 0 ? 1 : nfds);
} }
int int
ACE_Dev_Poll_Reactor::handle_events (ACE_Time_Value *max_wait_time) ACE_Dev_Poll_Reactor::handle_events (ACE_Time_Value *max_wait_time)
{ {
-3
View File
@@ -12,7 +12,6 @@
*/ */
// ========================================================================= // =========================================================================
#ifndef ACE_DEV_POLL_REACTOR_H #ifndef ACE_DEV_POLL_REACTOR_H
#define ACE_DEV_POLL_REACTOR_H #define ACE_DEV_POLL_REACTOR_H
@@ -1071,7 +1070,6 @@ protected:
/// The pollfd array that `/dev/poll' will feed its results to. /// The pollfd array that `/dev/poll' will feed its results to.
struct pollfd *dp_fds_; struct pollfd *dp_fds_;
/// Pointer to the next pollfd array element that contains the next /// Pointer to the next pollfd array element that contains the next
/// event to be dispatched. /// event to be dispatched.
struct pollfd *start_pfds_; struct pollfd *start_pfds_;
@@ -1191,7 +1189,6 @@ protected:
}; };
/** /**
* @class ACE_Dev_Poll_Handler_Guard * @class ACE_Dev_Poll_Handler_Guard
* *
@@ -184,7 +184,6 @@ ACE_Dev_Poll_Reactor::upcall (ACE_Event_Handler *event_handler,
return status; return status;
} }
/************************************************************************/ /************************************************************************/
// Methods for ACE_Dev_Poll_Reactor::Token_Guard // Methods for ACE_Dev_Poll_Reactor::Token_Guard
/************************************************************************/ /************************************************************************/
-1
View File
@@ -47,7 +47,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_DUMP_H #ifndef ACE_DUMP_H
#define ACE_DUMP_H #define ACE_DUMP_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_DUMP_T_H #ifndef ACE_DUMP_T_H
#define ACE_DUMP_T_H #define ACE_DUMP_T_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
@@ -82,7 +82,6 @@ ACE_Dynamic_Message_Strategy::priority_status (ACE_Message_Block & mb,
return status; return status;
} }
// Dump the state of the strategy. // Dump the state of the strategy.
void void
@@ -5,14 +5,12 @@
#include "ace/Service_Types.h" #include "ace/Service_Types.h"
#include "ace/Log_Msg.h" #include "ace/Log_Msg.h"
ACE_RCSID (ace, ACE_RCSID (ace,
Dynamic_Service_Base, Dynamic_Service_Base,
"$Id: Dynamic_Service_Base.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Dynamic_Service_Base.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
void void
ACE_Dynamic_Service_Base::dump (void) const ACE_Dynamic_Service_Base::dump (void) const
{ {
@@ -57,7 +55,6 @@ ACE_Dynamic_Service_Base::find_i (const ACE_Service_Gestalt* &repo,
return svc_rec; return svc_rec;
} }
// Get the instance using <name> for specific configuration repository. // Get the instance using <name> for specific configuration repository.
void * void *
ACE_Dynamic_Service_Base::instance (const ACE_Service_Gestalt* repo, ACE_Dynamic_Service_Base::instance (const ACE_Service_Gestalt* repo,
@@ -8,10 +8,8 @@ ACE_RCSID (ace,
Dynamic_Service_Dependency, Dynamic_Service_Dependency,
"$Id: Dynamic_Service_Dependency.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Dynamic_Service_Dependency.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Dynamic_Service_Dependency::ACE_Dynamic_Service_Dependency (const ACE_TCHAR *principal) ACE_Dynamic_Service_Dependency::ACE_Dynamic_Service_Dependency (const ACE_TCHAR *principal)
{ {
this->init (ACE_Service_Config::current (), principal); this->init (ACE_Service_Config::current (), principal);
@@ -23,7 +21,6 @@ ACE_Dynamic_Service_Dependency::ACE_Dynamic_Service_Dependency (const ACE_Servic
this->init (cfg, principal); this->init (cfg, principal);
} }
ACE_Dynamic_Service_Dependency::~ACE_Dynamic_Service_Dependency (void) ACE_Dynamic_Service_Dependency::~ACE_Dynamic_Service_Dependency (void)
{ {
if (ACE::debug ()) if (ACE::debug ())
@@ -47,6 +44,5 @@ ACE_Dynamic_Service_Dependency::init (const ACE_Service_Gestalt *cfg,
this->tracker_ = st->dll (); this->tracker_ = st->dll ();
} }
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
@@ -15,7 +15,6 @@
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE) #if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once # pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */ #endif /* ACE_LACKS_PRAGMA_ONCE */
@@ -64,7 +63,6 @@ private:
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h" #include /**/ "ace/post.h"
#endif /* ACE_DYNAMIC_SERVICE_DEPENDENCY_H */ #endif /* ACE_DYNAMIC_SERVICE_DEPENDENCY_H */
-1
View File
@@ -145,7 +145,6 @@ ACE_Event_Handler::resume_handler (void)
return ACE_Event_Handler::ACE_REACTOR_RESUMES_HANDLER; return ACE_Event_Handler::ACE_REACTOR_RESUMES_HANDLER;
} }
int int
ACE_Event_Handler::handle_qos (ACE_HANDLE) ACE_Event_Handler::handle_qos (ACE_HANDLE)
{ {
-1
View File
@@ -10,7 +10,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_FIFO_H #ifndef ACE_FIFO_H
#define ACE_FIFO_H #define ACE_FIFO_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_FIFO_RECV_H #ifndef ACE_FIFO_RECV_H
#define ACE_FIFO_RECV_H #define ACE_FIFO_RECV_H
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_FIFO_RECV_MSG_H #ifndef ACE_FIFO_RECV_MSG_H
#define ACE_FIFO_RECV_MSG_H #define ACE_FIFO_RECV_MSG_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_FIFO_SEND_H #ifndef ACE_FIFO_SEND_H
#define ACE_FIFO_SEND_H #define ACE_FIFO_SEND_H
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_FIFO_SEND_MSG_H #ifndef ACE_FIFO_SEND_MSG_H
#define ACE_FIFO_SEND_MSG_H #define ACE_FIFO_SEND_MSG_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -2,7 +2,6 @@
// //
// $Id: FILE_Addr.inl 80826 2008-03-04 14:51:23Z wotte $ // $Id: FILE_Addr.inl 80826 2008-03-04 14:51:23Z wotte $
#include "ace/SString.h" #include "ace/SString.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-3
View File
@@ -200,7 +200,6 @@ ACE_Filecache_Hash::equal (const ACE_TCHAR *const &id1,
#undef ACE_Filecache_Hash #undef ACE_Filecache_Hash
#undef ACE_Filecache_Hash_Entry #undef ACE_Filecache_Hash_Entry
// ------------- // -------------
// ACE_Filecache // ACE_Filecache
// ------------- // -------------
@@ -307,7 +306,6 @@ ACE_Filecache::find (const ACE_TCHAR *filename)
return this->hash_.find (filename); return this->hash_.find (filename);
} }
ACE_Filecache_Object * ACE_Filecache_Object *
ACE_Filecache::remove (const ACE_TCHAR *filename) ACE_Filecache::remove (const ACE_TCHAR *filename)
{ {
@@ -330,7 +328,6 @@ ACE_Filecache::remove (const ACE_TCHAR *filename)
return 0; return 0;
} }
ACE_Filecache_Object * ACE_Filecache_Object *
ACE_Filecache::fetch (const ACE_TCHAR *filename, int mapit) ACE_Filecache::fetch (const ACE_TCHAR *filename, int mapit)
{ {
-1
View File
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_FILECACHE_H #ifndef ACE_FILECACHE_H
#define ACE_FILECACHE_H #define ACE_FILECACHE_H
-1
View File
@@ -24,7 +24,6 @@
*/ */
//============================================================================= //=============================================================================
#include "ace/Functor_T.h" #include "ace/Functor_T.h"
#include "ace/Functor.h" #include "ace/Functor.h"
-1
View File
@@ -27,7 +27,6 @@
*/ */
//========================================================================== //==========================================================================
#ifndef ACE_FUNCTOR_H #ifndef ACE_FUNCTOR_H
#define ACE_FUNCTOR_H #define ACE_FUNCTOR_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-2
View File
@@ -24,7 +24,6 @@
*/ */
//============================================================================= //=============================================================================
#include "ace/ACE.h" #include "ace/ACE.h"
#include "ace/OS_NS_string.h" #include "ace/OS_NS_string.h"
@@ -238,7 +237,6 @@ ACE_Less_Than<char *>::operator () (const char *lhs, const char *rhs) const
return (ACE_OS::strcmp (lhs, rhs) < 0) ? 1 : 0; return (ACE_OS::strcmp (lhs, rhs) < 0) ? 1 : 0;
} }
#if defined (ACE_HAS_WCHAR) #if defined (ACE_HAS_WCHAR)
ACE_INLINE unsigned long ACE_INLINE unsigned long
-4
View File
@@ -53,7 +53,6 @@ public:
const ACE_CString &rhs) const; const ACE_CString &rhs) const;
}; };
/** /**
* @class ACE_Hash<ACE_CString> * @class ACE_Hash<ACE_CString>
* *
@@ -67,7 +66,6 @@ public:
unsigned long operator () (const ACE_CString &lhs) const; unsigned long operator () (const ACE_CString &lhs) const;
}; };
/** /**
* @class ACE_Less_Than<ACE_CString> * @class ACE_Less_Than<ACE_CString>
* *
@@ -83,7 +81,6 @@ public:
const ACE_CString &rhs) const; const ACE_CString &rhs) const;
}; };
#if defined (ACE_USES_WCHAR) #if defined (ACE_USES_WCHAR)
/** /**
@@ -100,7 +97,6 @@ public:
const ACE_WString &rhs) const; const ACE_WString &rhs) const;
}; };
/** /**
* @class ACE_Hash<ACE_WString> * @class ACE_Hash<ACE_WString>
* *
-3
View File
@@ -13,7 +13,6 @@ ACE_Hash<ACE_CString>::operator () (const ACE_CString &t) const
return t.hash (); return t.hash ();
} }
ACE_INLINE int ACE_INLINE int
ACE_Equal_To<ACE_CString>::operator () (const ACE_CString &lhs, ACE_Equal_To<ACE_CString>::operator () (const ACE_CString &lhs,
const ACE_CString &rhs) const const ACE_CString &rhs) const
@@ -28,7 +27,6 @@ ACE_Less_Than<ACE_CString>::operator () (const ACE_CString &lhs,
return (lhs < rhs); return (lhs < rhs);
} }
#if defined (ACE_USES_WCHAR) #if defined (ACE_USES_WCHAR)
ACE_INLINE unsigned long ACE_INLINE unsigned long
ACE_Hash<ACE_WString>::operator () (const ACE_WString &t) const ACE_Hash<ACE_WString>::operator () (const ACE_WString &t) const
@@ -36,7 +34,6 @@ ACE_Hash<ACE_WString>::operator () (const ACE_WString &t) const
return t.hash (); return t.hash ();
} }
ACE_INLINE int ACE_INLINE int
ACE_Equal_To<ACE_WString>::operator () (const ACE_WString &lhs, ACE_Equal_To<ACE_WString>::operator () (const ACE_WString &lhs,
const ACE_WString &rhs) const const ACE_WString &rhs) const
-2
View File
@@ -25,7 +25,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_FUNCTOR_T_H #ifndef ACE_FUNCTOR_T_H
#define ACE_FUNCTOR_T_H #define ACE_FUNCTOR_T_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
@@ -145,7 +144,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#include "ace/Functor_T.inl" #include "ace/Functor_T.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
#include "ace/Functor_T.cpp" #include "ace/Functor_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
-3
View File
@@ -462,7 +462,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
while (0) while (0)
# endif /* defined ! ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR */ # endif /* defined ! ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR */
/*******************************************************************/ /*******************************************************************/
/// Service Objects, i.e., objects dynamically loaded via the service /// Service Objects, i.e., objects dynamically loaded via the service
@@ -621,7 +620,6 @@ static ACE_Static_Svc_##SERVICE_CLASS ace_static_svc_##SERVICE_CLASS;
#define ACE_MAKE_SVC_CONFIG_FACTORY_NAME(VERSIONED_NAMESPACE,SERVICE_CLASS) ACE_MAKE_SVC_CONFIG_FUNCTION_NAME(_make,VERSIONED_NAMESPACE,SERVICE_CLASS) #define ACE_MAKE_SVC_CONFIG_FACTORY_NAME(VERSIONED_NAMESPACE,SERVICE_CLASS) ACE_MAKE_SVC_CONFIG_FUNCTION_NAME(_make,VERSIONED_NAMESPACE,SERVICE_CLASS)
#define ACE_MAKE_SVC_CONFIG_GOBBLER_NAME(VERSIONED_NAMESPACE,SERVICE_CLASS) ACE_MAKE_SVC_CONFIG_FUNCTION_NAME(_gobble,VERSIONED_NAMESPACE,SERVICE_CLASS) #define ACE_MAKE_SVC_CONFIG_GOBBLER_NAME(VERSIONED_NAMESPACE,SERVICE_CLASS) ACE_MAKE_SVC_CONFIG_FUNCTION_NAME(_gobble,VERSIONED_NAMESPACE,SERVICE_CLASS)
/// Declare the factory method used to create dynamically loadable /// Declare the factory method used to create dynamically loadable
/// services. /// services.
/** /**
@@ -838,7 +836,6 @@ ACE_MAKE_SVC_CONFIG_FACTORY_NAME(ACE_VERSIONED_NAMESPACE_NAME,SERVICE_CLASS) (AC
# endif /* !defined PIPE_TYPE_MESSAGE */ # endif /* !defined PIPE_TYPE_MESSAGE */
#endif /* ACE_WIN32 */ #endif /* ACE_WIN32 */
// Some useful abstrations for expressions involving // Some useful abstrations for expressions involving
// ACE_Allocator.malloc (). The difference between ACE_NEW_MALLOC* // ACE_Allocator.malloc (). The difference between ACE_NEW_MALLOC*
// with ACE_ALLOCATOR* is that they call constructors also. // with ACE_ALLOCATOR* is that they call constructors also.
-1
View File
@@ -11,7 +11,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef ACE_HANDLE_GOBBLER_H #ifndef ACE_HANDLE_GOBBLER_H
#define ACE_HANDLE_GOBBLER_H #define ACE_HANDLE_GOBBLER_H
#include /**/ "ace/pre.h" #include /**/ "ace/pre.h"
-1
View File
@@ -10,7 +10,6 @@ ACE_RCSID (ace,
Handle_Ops, Handle_Ops,
"$Id: Handle_Ops.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Handle_Ops.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_HANDLE ACE_HANDLE
-1
View File
@@ -499,7 +499,6 @@ ACE_Handle_Set_Iterator::ACE_Handle_Set_Iterator (const ACE_Handle_Set &hs)
#endif /* !ACE_WIN32 && !ACE_HAS_BIG_FD_SET */ #endif /* !ACE_WIN32 && !ACE_HAS_BIG_FD_SET */
} }
void void
ACE_Handle_Set_Iterator::reset_state (void) ACE_Handle_Set_Iterator::reset_state (void)
{ {
@@ -10,7 +10,6 @@
*/ */
//============================================================================= //=============================================================================
#ifndef HASH_CACHE_MAP_MANAGER_T_H #ifndef HASH_CACHE_MAP_MANAGER_T_H
#define HASH_CACHE_MAP_MANAGER_T_H #define HASH_CACHE_MAP_MANAGER_T_H
@@ -196,7 +195,6 @@ protected:
ACE_END_VERSIONED_NAMESPACE_DECL ACE_END_VERSIONED_NAMESPACE_DECL
#if defined (__ACE_INLINE__) #if defined (__ACE_INLINE__)
#include "ace/Hash_Cache_Map_Manager_T.inl" #include "ace/Hash_Cache_Map_Manager_T.inl"
#endif /* __ACE_INLINE__ */ #endif /* __ACE_INLINE__ */
@@ -107,7 +107,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
#pragma implementation ("Hash_Map_With_Allocator_T.cpp") #pragma implementation ("Hash_Map_With_Allocator_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#include /**/ "ace/post.h" #include /**/ "ace/post.h"
#endif /* ACE_HASH_MAP_WITH_ALLOCATOR_T_H */ #endif /* ACE_HASH_MAP_WITH_ALLOCATOR_T_H */
-2
View File
@@ -6,12 +6,10 @@
#include "ace/Hashable.inl" #include "ace/Hashable.inl"
#endif /* __ACE_INLINE __ */ #endif /* __ACE_INLINE __ */
ACE_RCSID (ace, ACE_RCSID (ace,
Hashable, Hashable,
"$Id: Hashable.cpp 80826 2008-03-04 14:51:23Z wotte $") "$Id: Hashable.cpp 80826 2008-03-04 14:51:23Z wotte $")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Hashable::~ACE_Hashable (void) ACE_Hashable::~ACE_Hashable (void)
-1
View File
@@ -2,7 +2,6 @@
// //
// $Id: Hashable.inl 80826 2008-03-04 14:51:23Z wotte $ // $Id: Hashable.inl 80826 2008-03-04 14:51:23Z wotte $
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE ACE_INLINE
-1
View File
@@ -74,7 +74,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/* static */ /* static */
int ACE_High_Res_Timer::global_scale_factor_status_ = 0; int ACE_High_Res_Timer::global_scale_factor_status_ = 0;
#if defined (linux) #if defined (linux)
// Determine the apparent CPU clock speed from /proc/cpuinfo // Determine the apparent CPU clock speed from /proc/cpuinfo
ACE_UINT32 ACE_UINT32
-3
View File
@@ -38,7 +38,6 @@ ACE_High_Res_Timer::hrtime_to_tv (ACE_Time_Value &tv,
tv.usec ((long) ((hrt - tmp) / global_scale_factor ())); tv.usec ((long) ((hrt - tmp) / global_scale_factor ()));
} }
ACE_INLINE ACE_Time_Value ACE_INLINE ACE_Time_Value
ACE_High_Res_Timer::gettimeofday (const ACE_OS::ACE_HRTimer_Op op) ACE_High_Res_Timer::gettimeofday (const ACE_OS::ACE_HRTimer_Op op)
{ {
@@ -57,7 +56,6 @@ ACE_High_Res_Timer::gettimeofday (const ACE_OS::ACE_HRTimer_Op op)
return tv; return tv;
} }
// Get the current high res timer as the time of day. This is intended // Get the current high res timer as the time of day. This is intended
// to be used for a gettimeofday replacement in ACE_Timer_Queue and // to be used for a gettimeofday replacement in ACE_Timer_Queue and
// derived classes so the timers will bebased on high res timers rather // derived classes so the timers will bebased on high res timers rather
@@ -70,7 +68,6 @@ ACE_High_Res_Timer::gettimeofday_hr (void)
return ACE_High_Res_Timer::gettimeofday (); return ACE_High_Res_Timer::gettimeofday ();
} }
ACE_INLINE ACE_hrtime_t ACE_INLINE ACE_hrtime_t
ACE_High_Res_Timer::gettime (const ACE_OS::ACE_HRTimer_Op op) ACE_High_Res_Timer::gettime (const ACE_OS::ACE_HRTimer_Op op)
{ {

Some files were not shown because too many files have changed in this diff Show More