summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:39:53 +0100
commit22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac (patch)
tree23ddfc70c283ccaf582b74f8ec4a8e8168a1bd3e /ACE/ace
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/Asynch_IO_Impl.h19
-rw-r--r--ACE/ace/Asynch_Pseudo_Task.h1
-rw-r--r--ACE/ace/Auto_Functor.h1
-rw-r--r--ACE/ace/CDR_Size.h1
-rw-r--r--ACE/ace/Codecs.h2
-rw-r--r--ACE/ace/Configuration_Import_Export.h2
-rw-r--r--ACE/ace/Containers_T.h8
-rw-r--r--ACE/ace/Copy_Disabled.h1
-rw-r--r--ACE/ace/DLL_Manager.h2
-rw-r--r--ACE/ace/Date_Time.h1
-rw-r--r--ACE/ace/FoxReactor/FoxReactor.h1
-rw-r--r--ACE/ace/Functor.h3
-rw-r--r--ACE/ace/Functor_T.h1
-rw-r--r--ACE/ace/Global_Macros.h2
-rw-r--r--ACE/ace/Intrusive_List.h1
-rw-r--r--ACE/ace/Lib_Find.h2
-rw-r--r--ACE/ace/Local_Tokens.h2
-rw-r--r--ACE/ace/Malloc_T.h1
-rw-r--r--ACE/ace/OS_NS_dirent.h1
-rw-r--r--ACE/ace/OS_NS_math.h1
-rw-r--r--ACE/ace/OS_NS_signal.h1
-rw-r--r--ACE/ace/OS_NS_stdio.h1
-rw-r--r--ACE/ace/OS_TLI.h1
-rw-r--r--ACE/ace/POSIX_Asynch_IO.h4
-rw-r--r--ACE/ace/SOCK_Netlink.h1
-rw-r--r--ACE/ace/SOCK_SEQPACK_Acceptor.h1
-rw-r--r--ACE/ace/SOCK_SEQPACK_Association.h1
-rw-r--r--ACE/ace/SOCK_SEQPACK_Connector.h1
-rw-r--r--ACE/ace/SPIPE_Acceptor.h1
-rw-r--r--ACE/ace/SSL/SSL_Asynch_BIO.h1
-rw-r--r--ACE/ace/Service_Gestalt.h1
-rw-r--r--ACE/ace/Stack_Trace.cpp1
-rw-r--r--ACE/ace/TSS_T.h1
-rw-r--r--ACE/ace/Test_and_Set.h2
-rw-r--r--ACE/ace/Time_Policy.h2
-rw-r--r--ACE/ace/Time_Policy_T.h1
-rw-r--r--ACE/ace/Timer_Queue_Adapters.h1
-rw-r--r--ACE/ace/Timer_Queue_Iterator.h1
-rw-r--r--ACE/ace/Token_Collection.h1
-rw-r--r--ACE/ace/Token_Invariants.h2
-rw-r--r--ACE/ace/Unbounded_Queue.h1
-rw-r--r--ACE/ace/Unbounded_Set_Ex.h1
-rw-r--r--ACE/ace/WIN32_Asynch_IO.h2
-rw-r--r--ACE/ace/XML_Svc_Conf.h2
-rw-r--r--ACE/ace/streams.h2
45 files changed, 1 insertions, 86 deletions
diff --git a/ACE/ace/Asynch_IO_Impl.h b/ACE/ace/Asynch_IO_Impl.h
index aedac0d4613..4ca23276b05 100644
--- a/ACE/ace/Asynch_IO_Impl.h
+++ b/ACE/ace/Asynch_IO_Impl.h
@@ -44,7 +44,6 @@ class ACE_Proactor_Impl;
*
* @brief Abstract base class for the all the classes that provide
* concrete implementations for ACE_Asynch_Result.
- *
*/
class ACE_Export ACE_Asynch_Result_Impl
{
@@ -149,7 +148,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Read_Stream
- *
*/
class ACE_Export ACE_Asynch_Read_Stream_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -187,7 +185,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Read_Stream::Result class.
- *
*/
class ACE_Export ACE_Asynch_Read_Stream_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -215,7 +212,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Write_Stream class.
- *
*/
class ACE_Export ACE_Asynch_Write_Stream_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -253,7 +249,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Write_Stream::Result.
- *
*/
class ACE_Export ACE_Asynch_Write_Stream_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -281,7 +276,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Read_File::Result.
- *
*/
class ACE_Export ACE_Asynch_Read_File_Impl : public virtual ACE_Asynch_Read_Stream_Impl
{
@@ -347,7 +341,6 @@ protected:
*
* @brief This is the abstract base class for all the concrete
* implementation classes for ACE_Asynch_Read_File::Result.
- *
*/
class ACE_Export ACE_Asynch_Read_File_Result_Impl : public virtual ACE_Asynch_Read_Stream_Result_Impl
{
@@ -366,7 +359,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Write_File.
- *
*/
class ACE_Export ACE_Asynch_Write_File_Impl : public virtual ACE_Asynch_Write_Stream_Impl
{
@@ -433,7 +425,6 @@ protected:
* @brief This is the abstract base class for all the concrete
* implementation classes that provide different implementations
* for the ACE_Asynch_Write_File::Result.
- *
*/
class ACE_Export ACE_Asynch_Write_File_Result_Impl : public virtual ACE_Asynch_Write_Stream_Result_Impl
{
@@ -451,7 +442,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Accept.
- *
*/
class ACE_Export ACE_Asynch_Accept_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -488,7 +478,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Accept.
- *
*/
class ACE_Export ACE_Asynch_Accept_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -520,7 +509,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Connect.
- *
*/
class ACE_Export ACE_Asynch_Connect_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -549,7 +537,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Connect.
- *
*/
class ACE_Export ACE_Asynch_Connect_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -571,7 +558,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Transmit_File.
- *
*/
class ACE_Asynch_Transmit_File_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -601,7 +587,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Transmit_File::Result.
- *
*/
class ACE_Export ACE_Asynch_Transmit_File_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -640,7 +625,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Read_Dgram
- *
*/
class ACE_Export ACE_Asynch_Read_Dgram_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -692,7 +676,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Read_Dgram::Result class.
- *
*/
class ACE_Export ACE_Asynch_Read_Dgram_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
@@ -726,7 +709,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Write_Dgram class.
- *
*/
class ACE_Export ACE_Asynch_Write_Dgram_Impl : public virtual ACE_Asynch_Operation_Impl
{
@@ -778,7 +760,6 @@ protected:
* @brief Abstract base class for all the concrete implementation
* classes that provide different implementations for the
* ACE_Asynch_Write_Dgram::Result class.
- *
*/
class ACE_Export ACE_Asynch_Write_Dgram_Result_Impl : public virtual ACE_Asynch_Result_Impl
{
diff --git a/ACE/ace/Asynch_Pseudo_Task.h b/ACE/ace/Asynch_Pseudo_Task.h
index 11981e0a9b7..4337361fe44 100644
--- a/ACE/ace/Asynch_Pseudo_Task.h
+++ b/ACE/ace/Asynch_Pseudo_Task.h
@@ -34,7 +34,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class ACE_Asynch_Pseudo_Task
- *
*/
class ACE_Export ACE_Asynch_Pseudo_Task : public ACE_Task<ACE_NULL_SYNCH>
{
diff --git a/ACE/ace/Auto_Functor.h b/ACE/ace/Auto_Functor.h
index 7897c763cd5..7e75ae7b6a8 100644
--- a/ACE/ace/Auto_Functor.h
+++ b/ACE/ace/Auto_Functor.h
@@ -50,7 +50,6 @@ struct Auto_Functor_Ref
* Functor(Functor const &) throw();<BR>
* Functor & operator=(Functor const &) throw();<BR>
* void operator()(X * p) throw();<BR>
- *
*/
template<typename X, typename Functor>
class Auto_Functor
diff --git a/ACE/ace/CDR_Size.h b/ACE/ace/CDR_Size.h
index e1d7a392ff4..ec37a4e462f 100644
--- a/ACE/ace/CDR_Size.h
+++ b/ACE/ace/CDR_Size.h
@@ -16,7 +16,6 @@
*
*
* @author Boris Kolpackov <boris@kolpackov.net>
- *
*/
//=============================================================================
diff --git a/ACE/ace/Codecs.h b/ACE/ace/Codecs.h
index 2aad55b9cce..1f0ee3a9a89 100644
--- a/ACE/ace/Codecs.h
+++ b/ACE/ace/Codecs.h
@@ -10,7 +10,6 @@
* mechanisms. Currently it includes Base64 content transfer-encoding as
* specified by RFC 2045, Multipurpose Internet Mail Extensions (MIME) Part
* One: Format of Internet Message Bodies.
- *
*/
//=============================================================================
@@ -39,7 +38,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* This class provides methods to encode or decode a stream of bytes
* to/from Base64 encoding. It doesn't convert the input stream to a
* canonical form before encoding.
- *
*/
class ACE_Export ACE_Base64
{
diff --git a/ACE/ace/Configuration_Import_Export.h b/ACE/ace/Configuration_Import_Export.h
index 81c348f4d42..f40019eccab 100644
--- a/ACE/ace/Configuration_Import_Export.h
+++ b/ACE/ace/Configuration_Import_Export.h
@@ -40,7 +40,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* This class provides base functionality for configuration objects
* that are persisted in files. It takes an ACE_Configuration
* object that it populates with the data read.
- *
*/
class ACE_Export ACE_Config_ImpExp_Base
{
@@ -87,7 +86,6 @@ private:
* @todo
* - Add dynamic buffer when importing. currently it will not allow
* importing of values greater than a fixed amount (4096 bytes)
- *
*/
class ACE_Export ACE_Registry_ImpExp : public ACE_Config_ImpExp_Base
{
diff --git a/ACE/ace/Containers_T.h b/ACE/ace/Containers_T.h
index 82d4017be5c..a23b5a24869 100644
--- a/ACE/ace/Containers_T.h
+++ b/ACE/ace/Containers_T.h
@@ -70,7 +70,6 @@ class ACE_Allocator;
* -# Default constructor
* -# Copy constructor
* -# operator=
- *
*/
template <class T>
class ACE_Bounded_Stack
@@ -201,7 +200,6 @@ private:
* -# Default constructor
* -# Copy constructor
* -# operator=
- *
*/
template <class T, size_t ACE_SIZE>
class ACE_Fixed_Stack
@@ -366,7 +364,6 @@ private:
* -# Default constructor
* -# Copy constructor
* -# operator=
- *
*/
template <class T>
class ACE_Unbounded_Stack
@@ -815,7 +812,6 @@ public:
* -# Default constructor
* -# Copy constructor
* -# operator=
- *
*/
template <class T>
class ACE_Double_Linked_List
@@ -1394,7 +1390,6 @@ public:
* -# Copy constructor
* -# operator=
* -# operator==
- *
*/
template <class T, size_t ACE_SIZE>
class ACE_Fixed_Set
@@ -1587,7 +1582,6 @@ private:
* -# Copy constructor
* -# operator=
* -# operator==
- *
*/
template <class T>
class ACE_Bounded_Set
@@ -1808,8 +1802,6 @@ private:
* -# operator=
* -# operator==
* -# operator<
- *
- *
*/
template <class T>
class ACE_Ordered_MultiSet
diff --git a/ACE/ace/Copy_Disabled.h b/ACE/ace/Copy_Disabled.h
index 326a749ccf7..374227e8a3f 100644
--- a/ACE/ace/Copy_Disabled.h
+++ b/ACE/ace/Copy_Disabled.h
@@ -42,7 +42,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* {
* // code here
* };
- *
*/
class ACE_Export ACE_Copy_Disabled
{
diff --git a/ACE/ace/DLL_Manager.h b/ACE/ace/DLL_Manager.h
index 4c7ef06e0f5..f803bc0e165 100644
--- a/ACE/ace/DLL_Manager.h
+++ b/ACE/ace/DLL_Manager.h
@@ -50,7 +50,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* Most of this class came from the original ACE_DLL class. ACE_DLL
* is now just an interface that passed all it's calls either directly
* or via ACE_DLL_Manager to this class for execution.
- *
*/
class ACE_Export ACE_DLL_Handle
{
@@ -215,7 +214,6 @@ class ACE_Framework_Repository;
*
* ACE_DLL_UNLOAD_POLICY_DEFAULT - Default policy allows dlls to control
* their own destinies, but will unload those that don't make a choice eagerly.
- *
*/
class ACE_Export ACE_DLL_Manager
{
diff --git a/ACE/ace/Date_Time.h b/ACE/ace/Date_Time.h
index 505fdbedfbf..aba5d04487b 100644
--- a/ACE/ace/Date_Time.h
+++ b/ACE/ace/Date_Time.h
@@ -5,7 +5,6 @@
* @file Date_Time.h
*
* @author Tim Harrison (harrison@cs.wustl.edu) (and he's darn proud of this ;-))
- *
*/
//==========================================================================
diff --git a/ACE/ace/FoxReactor/FoxReactor.h b/ACE/ace/FoxReactor/FoxReactor.h
index 30a449a88a3..c8794469e7f 100644
--- a/ACE/ace/FoxReactor/FoxReactor.h
+++ b/ACE/ace/FoxReactor/FoxReactor.h
@@ -34,7 +34,6 @@
* @brief A Reactor implementation that uses the FOX toolkit (www.fox-toolkit.org)
* for event demultiplexing. This will let us integrate the FOX
* toolkit with ACE and/or TAO.
- *
*/
class ACE_FoxReactor_Export ACE_FoxReactor : public FXObject, public ACE_Select_Reactor
{
diff --git a/ACE/ace/Functor.h b/ACE/ace/Functor.h
index 6e5fa32f25f..cd40bc5bdf6 100644
--- a/ACE/ace/Functor.h
+++ b/ACE/ace/Functor.h
@@ -251,8 +251,7 @@ public:
};
/**
- * @brief Function object for hashing a void *
- */
+ * @brief Function object for hashing a void */
template<>
class ACE_Export ACE_Hash<void *>
{
diff --git a/ACE/ace/Functor_T.h b/ACE/ace/Functor_T.h
index 3c7d2f995ac..2bc1bb5e2ad 100644
--- a/ACE/ace/Functor_T.h
+++ b/ACE/ace/Functor_T.h
@@ -83,7 +83,6 @@ private:
*
* @brief Defines a class template that allows us to invoke a member
* function using the GoF command style callback.
- *
*/
template <class RECEIVER>
class ACE_Member_Function_Command : public ACE_Command_Base
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h
index a46f0ec82be..2bb86ab1771 100644
--- a/ACE/ace/Global_Macros.h
+++ b/ACE/ace/Global_Macros.h
@@ -666,7 +666,6 @@ static ACE_Static_Svc_##SERVICE_CLASS ace_static_svc_##SERVICE_CLASS;
* service.
* @param SERVICE_CLASS must match the name of the class that
* implements the service.
- *
*/
# define ACE_FACTORY_DECLARE(CLS,SERVICE_CLASS) \
extern "C" CLS##_Export ACE_VERSIONED_NAMESPACE_NAME::ACE_Service_Object * \
@@ -799,7 +798,6 @@ ACE_MAKE_SVC_CONFIG_FACTORY_NAME(ACE_VERSIONED_NAMESPACE_NAME,SERVICE_CLASS) (AC
*
* The ACE services defined in netsvcs use this helper macros for
* simplicity.
- *
*/
//@{
# define ACE_SVC_FACTORY_DECLARE(X) ACE_FACTORY_DECLARE (ACE_Svc, X)
diff --git a/ACE/ace/Intrusive_List.h b/ACE/ace/Intrusive_List.h
index 6d071635925..0bc823960c9 100644
--- a/ACE/ace/Intrusive_List.h
+++ b/ACE/ace/Intrusive_List.h
@@ -50,7 +50,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*
* @todo The ACE_Message_Queue is an example of an intrusive list (or
* queue) but it is not implemented in terms of this class.
- *
*/
template <class T>
class ACE_Intrusive_List
diff --git a/ACE/ace/Lib_Find.h b/ACE/ace/Lib_Find.h
index 43780003115..696dce03da9 100644
--- a/ACE/ace/Lib_Find.h
+++ b/ACE/ace/Lib_Find.h
@@ -6,8 +6,6 @@
*
* All the static function calls needed to search and open shared
* libraries.
- *
- *
*/
//=============================================================================
diff --git a/ACE/ace/Local_Tokens.h b/ACE/ace/Local_Tokens.h
index f15b2894c8b..40403938a09 100644
--- a/ACE/ace/Local_Tokens.h
+++ b/ACE/ace/Local_Tokens.h
@@ -34,8 +34,6 @@
* ACE_Thread_Semaphore, etc., that are defined in
* $ACE_ROOT/ace/Synch.h or the
* ACE_Token that's defined in $ACE_ROOT/ace/Token.h.
- *
- *
*/
//=============================================================================
diff --git a/ACE/ace/Malloc_T.h b/ACE/ace/Malloc_T.h
index 3c65c420f07..9b84b3742dd 100644
--- a/ACE/ace/Malloc_T.h
+++ b/ACE/ace/Malloc_T.h
@@ -671,7 +671,6 @@ private:
* specialization to create a version that matches the lock strategy's ctor
* signature. See ACE_Process_Semaphore and ACE_Thread_Semaphore for
* examples.
- *
*/
/*****************************************************************************/
diff --git a/ACE/ace/OS_NS_dirent.h b/ACE/ace/OS_NS_dirent.h
index 6092441343b..7542a77a3da 100644
--- a/ACE/ace/OS_NS_dirent.h
+++ b/ACE/ace/OS_NS_dirent.h
@@ -57,7 +57,6 @@ extern "C" {
* as macros on some platforms. This way macro definitions will
* be usable later as there is no way to save the macro definition
* using the pre-processor.
- *
*/
#if !defined (ACE_LACKS_REWINDDIR)
diff --git a/ACE/ace/OS_NS_math.h b/ACE/ace/OS_NS_math.h
index 5e37ffb54ae..58841d6b2d4 100644
--- a/ACE/ace/OS_NS_math.h
+++ b/ACE/ace/OS_NS_math.h
@@ -38,7 +38,6 @@
* as macros on some platforms. This way macro definitions will
* be usable later as there is no way to save the macro definition
* using the pre-processor.
- *
*/
inline double ace_log2_helper (double x)
{
diff --git a/ACE/ace/OS_NS_signal.h b/ACE/ace/OS_NS_signal.h
index 90ae045aae0..e9db0df8e9b 100644
--- a/ACE/ace/OS_NS_signal.h
+++ b/ACE/ace/OS_NS_signal.h
@@ -41,7 +41,6 @@
* as macros on some platforms. This way macro definitions will
* be usable later as there is no way to save the macro definition
* using the pre-processor.
- *
*/
#if !defined (ACE_LACKS_SIGSET)
diff --git a/ACE/ace/OS_NS_stdio.h b/ACE/ace/OS_NS_stdio.h
index a65800a44eb..9d76ccab447 100644
--- a/ACE/ace/OS_NS_stdio.h
+++ b/ACE/ace/OS_NS_stdio.h
@@ -47,7 +47,6 @@
* as macros on some platforms. This way macro definitions will
* be usable later as there is no way to save the macro definition
* using the pre-processor.
- *
*/
inline void ace_clearerr_helper (FILE *stream)
{
diff --git a/ACE/ace/OS_TLI.h b/ACE/ace/OS_TLI.h
index 95780597401..0d40dcddd71 100644
--- a/ACE/ace/OS_TLI.h
+++ b/ACE/ace/OS_TLI.h
@@ -154,7 +154,6 @@ typedef struct t_bind ACE_TBIND;
* @namespace ACE_OS
*
* @brief This class is a wrapper for the XTI/TLI operations
- *
*/
namespace ACE_OS
{
diff --git a/ACE/ace/POSIX_Asynch_IO.h b/ACE/ace/POSIX_Asynch_IO.h
index ba8d2437040..7a9a427d625 100644
--- a/ACE/ace/POSIX_Asynch_IO.h
+++ b/ACE/ace/POSIX_Asynch_IO.h
@@ -277,7 +277,6 @@ protected:
*
* This class implements <ACE_Asynch_Read_Stream> for all POSIX
* based implementation of Proactor.
- *
*/
class ACE_Export ACE_POSIX_Asynch_Read_Stream : public virtual ACE_Asynch_Read_Stream_Impl,
public ACE_POSIX_Asynch_Operation
@@ -540,7 +539,6 @@ protected:
* <ACE_Asynch_Write_File> for POSIX platforms where the
* completion strategy for Proactor is based on AIOCB (AIO
* Control Blocks).
- *
*/
class ACE_Export ACE_POSIX_Asynch_Write_File : public virtual ACE_Asynch_Write_File_Impl,
public ACE_POSIX_Asynch_Write_Stream
@@ -799,7 +797,6 @@ protected:
/**
* @class ACE_POSIX_Asynch_Connect
- *
*/
class ACE_Export ACE_POSIX_Asynch_Connect :
public virtual ACE_Asynch_Connect_Impl,
@@ -1042,7 +1039,6 @@ public:
* will be passed back to the <handler> when the asynchronous
* reads completes through the <ACE_Handler::handle_read_stream>
* callback.
- *
*/
class ACE_Export ACE_POSIX_Asynch_Read_Dgram : public virtual ACE_Asynch_Read_Dgram_Impl,
public ACE_POSIX_Asynch_Operation
diff --git a/ACE/ace/SOCK_Netlink.h b/ACE/ace/SOCK_Netlink.h
index cec06c3215e..993a5d4f5df 100644
--- a/ACE/ace/SOCK_Netlink.h
+++ b/ACE/ace/SOCK_Netlink.h
@@ -36,7 +36,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* and user to kernel.
* This code was created so one could use ACE reactor
* as a gateway to a linux kernel.
- *
*/
class ACE_Export ACE_SOCK_Netlink : public ACE_SOCK {
public:
diff --git a/ACE/ace/SOCK_SEQPACK_Acceptor.h b/ACE/ace/SOCK_SEQPACK_Acceptor.h
index 41ab0b5ff36..544925260b0 100644
--- a/ACE/ace/SOCK_SEQPACK_Acceptor.h
+++ b/ACE/ace/SOCK_SEQPACK_Acceptor.h
@@ -9,7 +9,6 @@
* @author Gaurav Naik, Lockheed Martin ATL
* @author based on SOCK_STREAM_Acceptor
* by Douglas C. Schmidt <schmidt@cs.wustl.edu>
- *
*/
//=============================================================================
diff --git a/ACE/ace/SOCK_SEQPACK_Association.h b/ACE/ace/SOCK_SEQPACK_Association.h
index e79029d5094..604feec918c 100644
--- a/ACE/ace/SOCK_SEQPACK_Association.h
+++ b/ACE/ace/SOCK_SEQPACK_Association.h
@@ -9,7 +9,6 @@
* @author Gaurav Naik, Lockheed Martin ATL
* @author based on SOCK_Stream
* by Douglas C. Schmidt <schmidt@cs.wustl.edu>
- *
*/
//=============================================================================
diff --git a/ACE/ace/SOCK_SEQPACK_Connector.h b/ACE/ace/SOCK_SEQPACK_Connector.h
index 6583a3e3382..f82550956bc 100644
--- a/ACE/ace/SOCK_SEQPACK_Connector.h
+++ b/ACE/ace/SOCK_SEQPACK_Connector.h
@@ -8,7 +8,6 @@
* @author Gaurav Naik, Lockheed Martin ATL
* @author based on SOCK_STREAM_Connector
* by Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
- *
*/
//=============================================================================
diff --git a/ACE/ace/SPIPE_Acceptor.h b/ACE/ace/SPIPE_Acceptor.h
index 7f93ae463a3..60d14a30efd 100644
--- a/ACE/ace/SPIPE_Acceptor.h
+++ b/ACE/ace/SPIPE_Acceptor.h
@@ -41,7 +41,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*
* @warning Works on non-Windows platforms only when @c ACE_HAS_STREAM_PIPES
* is defined.
- *
*/
class ACE_Export ACE_SPIPE_Acceptor : public ACE_SPIPE
{
diff --git a/ACE/ace/SSL/SSL_Asynch_BIO.h b/ACE/ace/SSL/SSL_Asynch_BIO.h
index 5ae5613f334..70b1a0fcc00 100644
--- a/ACE/ace/SSL/SSL_Asynch_BIO.h
+++ b/ACE/ace/SSL/SSL_Asynch_BIO.h
@@ -6,7 +6,6 @@
*
* @author Alexander Libman <alibman@baltimore.com>
* @author Ossama Othman <ossama@uci.edu>
- *
*/
//=============================================================================
diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h
index 9e54af7c688..7df9a5e4d98 100644
--- a/ACE/ace/Service_Gestalt.h
+++ b/ACE/ace/Service_Gestalt.h
@@ -63,7 +63,6 @@ class ACE_Svc_Conf_Param;
* may or may not be bounded by the lifetime of the gestalt, that owns
* it. This feature is important for the derived classes and the
* Service Config in particular.
- *
*/
class ACE_Export ACE_Service_Gestalt : private ACE_Copy_Disabled
{
diff --git a/ACE/ace/Stack_Trace.cpp b/ACE/ace/Stack_Trace.cpp
index 177e2639643..582941a7b4b 100644
--- a/ACE/ace/Stack_Trace.cpp
+++ b/ACE/ace/Stack_Trace.cpp
@@ -20,7 +20,6 @@
*
* If you add support for a new platform, please add a bullet to the
* above list with durable references to the origins of your code.
- *
*/
//=============================================================================
diff --git a/ACE/ace/TSS_T.h b/ACE/ace/TSS_T.h
index bec09943ac3..412cfaee301 100644
--- a/ACE/ace/TSS_T.h
+++ b/ACE/ace/TSS_T.h
@@ -72,7 +72,6 @@ class ACE_TSS_Adapter;
* instances of this type are dynamicaly allocated. On the stack it is
* typically allocated inside the ACE_Thread::svc() method which
* limits its lifetime appropriately.
- *
*/
template <class TYPE>
class ACE_TSS : private ACE_Copy_Disabled
diff --git a/ACE/ace/Test_and_Set.h b/ACE/ace/Test_and_Set.h
index ea014b80003..6ec541a697e 100644
--- a/ACE/ace/Test_and_Set.h
+++ b/ACE/ace/Test_and_Set.h
@@ -3,8 +3,6 @@
//=============================================================================
/**
* @file Test_and_Set.h
- *
- *
*/
//=============================================================================
diff --git a/ACE/ace/Time_Policy.h b/ACE/ace/Time_Policy.h
index 3a0e31e9232..01bef136414 100644
--- a/ACE/ace/Time_Policy.h
+++ b/ACE/ace/Time_Policy.h
@@ -42,7 +42,6 @@ public:
* @class ACE_HR_Time_Policy
*
* @brief Implement a time policy based on the ACE Highres timer.
- *
*/
class ACE_Export ACE_HR_Time_Policy
{
@@ -131,7 +130,6 @@ private:
*
* @brief Abstract base class for dynamically loaded and/or shared
* time policies.
- *
*/
class ACE_Export ACE_Dynamic_Time_Policy_Base
{
diff --git a/ACE/ace/Time_Policy_T.h b/ACE/ace/Time_Policy_T.h
index ffff0ee5e93..85d0dde6aec 100644
--- a/ACE/ace/Time_Policy_T.h
+++ b/ACE/ace/Time_Policy_T.h
@@ -28,7 +28,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
*
* @brief Template class implementing a dynamic time policy based on
* another time policy
- *
*/
template <typename TIME_POLICY>
class ACE_Time_Policy_T : public ACE_Dynamic_Time_Policy_Base
diff --git a/ACE/ace/Timer_Queue_Adapters.h b/ACE/ace/Timer_Queue_Adapters.h
index 51a3a262aa9..a92a260cd2f 100644
--- a/ACE/ace/Timer_Queue_Adapters.h
+++ b/ACE/ace/Timer_Queue_Adapters.h
@@ -115,7 +115,6 @@ private:
* @note This is a case where template parameters will be useful, but
* (IMHO) the effort and portability problems discourage their
* use.
- *
*/
template <class TQ, class TYPE = ACE_Event_Handler*>
class ACE_Thread_Timer_Queue_Adapter : public ACE_Task_Base
diff --git a/ACE/ace/Timer_Queue_Iterator.h b/ACE/ace/Timer_Queue_Iterator.h
index 14f5676d0e5..84f8cbc85ce 100644
--- a/ACE/ace/Timer_Queue_Iterator.h
+++ b/ACE/ace/Timer_Queue_Iterator.h
@@ -17,7 +17,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @class ACE_Timer_Node_Dispatch_Info_T
*
* @brief Maintains generated dispatch information for Timer nodes.
- *
*/
template <class TYPE>
class ACE_Timer_Node_Dispatch_Info_T
diff --git a/ACE/ace/Token_Collection.h b/ACE/ace/Token_Collection.h
index 7354ee6d9cb..45d3244be4e 100644
--- a/ACE/ace/Token_Collection.h
+++ b/ACE/ace/Token_Collection.h
@@ -54,7 +54,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* @bug Although ACE_Token_Collection inherits from ACE_Token_Proxy, it
* can not be including in a collection. This is because <clone>
* returns zero for now.
- *
*/
class ACE_Export ACE_Token_Collection : public ACE_Token_Proxy
{
diff --git a/ACE/ace/Token_Invariants.h b/ACE/ace/Token_Invariants.h
index 7a17c5c00d9..6fc5a0028c1 100644
--- a/ACE/ace/Token_Invariants.h
+++ b/ACE/ace/Token_Invariants.h
@@ -9,8 +9,6 @@
* Allows applications to test that invariants are always
* satisfied. Can test mutexes and readers/writer locks. Does
* not test recursive acquisition.
- *
- *
*/
//=============================================================================
diff --git a/ACE/ace/Unbounded_Queue.h b/ACE/ace/Unbounded_Queue.h
index 9c5fd36592a..8c2172ec820 100644
--- a/ACE/ace/Unbounded_Queue.h
+++ b/ACE/ace/Unbounded_Queue.h
@@ -142,7 +142,6 @@ private:
* -# Default constructor
* -# Copy constructor
* -# operator=
- *
*/
template <class T>
class ACE_Unbounded_Queue
diff --git a/ACE/ace/Unbounded_Set_Ex.h b/ACE/ace/Unbounded_Set_Ex.h
index 3cc89768825..bde3915acea 100644
--- a/ACE/ace/Unbounded_Set_Ex.h
+++ b/ACE/ace/Unbounded_Set_Ex.h
@@ -207,7 +207,6 @@ private:
* -# Copy constructor
* -# operator=
* -# operator== const
- *
*/
template <class T, class C>
class ACE_Unbounded_Set_Ex
diff --git a/ACE/ace/WIN32_Asynch_IO.h b/ACE/ace/WIN32_Asynch_IO.h
index 4650347736e..544df23350e 100644
--- a/ACE/ace/WIN32_Asynch_IO.h
+++ b/ACE/ace/WIN32_Asynch_IO.h
@@ -149,7 +149,6 @@ protected:
*
* @brief This class abstracts out the common things needed for
* implementing Asynch_Operation for WIN32 platform.
- *
*/
class ACE_Export ACE_WIN32_Asynch_Operation : public virtual ACE_Asynch_Operation_Impl
{
@@ -1671,7 +1670,6 @@ protected:
* will be passed back to the @a handler when the asynchronous
* reads completes through the <ACE_Handler::handle_read_stream>
* callback.
- *
*/
class ACE_Export ACE_WIN32_Asynch_Read_Dgram : public virtual ACE_Asynch_Read_Dgram_Impl,
public ACE_WIN32_Asynch_Operation
diff --git a/ACE/ace/XML_Svc_Conf.h b/ACE/ace/XML_Svc_Conf.h
index a766ed049e1..a45fa662aae 100644
--- a/ACE/ace/XML_Svc_Conf.h
+++ b/ACE/ace/XML_Svc_Conf.h
@@ -38,8 +38,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* This DLL should include an operation as follow:
*
* extern "C" ACE_XML_Svc_Conf_Parser * _ACEXML_create_XML_Svc_Conf_Object (void);
- *
- *
*/
class ACE_Export ACE_XML_Svc_Conf
diff --git a/ACE/ace/streams.h b/ACE/ace/streams.h
index 6a515cbad11..8a6577eebb3 100644
--- a/ACE/ace/streams.h
+++ b/ACE/ace/streams.h
@@ -11,8 +11,6 @@
* will need to be updated.
*
* This files deals with the streams includes.
- *
- *
*/
//=============================================================================