summaryrefslogtreecommitdiff
path: root/ACE/examples
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/examples
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/Monitor/MC_Test_Utilities.h1
-rw-r--r--ACE/examples/Reactor/Proactor/post_completions.cpp2
-rw-r--r--ACE/examples/Web_Crawler/URL_Status.h1
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor.h5
4 files changed, 0 insertions, 9 deletions
diff --git a/ACE/examples/Monitor/MC_Test_Utilities.h b/ACE/examples/Monitor/MC_Test_Utilities.h
index c6753c1201c..74d47a0c21b 100644
--- a/ACE/examples/Monitor/MC_Test_Utilities.h
+++ b/ACE/examples/Monitor/MC_Test_Utilities.h
@@ -32,7 +32,6 @@ using namespace ACE_VERSIONED_NAMESPACE_NAME::ACE::Monitor_Control;
*
* @brief Container for utility methods that display the output
* of the various OS monitors in a friendly format.
- *
*/
struct MC_TEST_UTILITIES_Export MC_Test_Utilities
{
diff --git a/ACE/examples/Reactor/Proactor/post_completions.cpp b/ACE/examples/Reactor/Proactor/post_completions.cpp
index 9623f65b059..0f0c39e2b69 100644
--- a/ACE/examples/Reactor/Proactor/post_completions.cpp
+++ b/ACE/examples/Reactor/Proactor/post_completions.cpp
@@ -51,7 +51,6 @@ static ACE_Atomic_Op <ACE_SYNCH_MUTEX, size_t> Completions_To_Go;
* @class My_Result
*
* @brief Result Object that we will post to the Proactor.
- *
*/
class My_Result : public RESULT_CLASS
{
@@ -115,7 +114,6 @@ private:
* @class My_Handler
*
* @brief Handler class for faked completions.
- *
*/
class My_Handler : public ACE_Handler
{
diff --git a/ACE/examples/Web_Crawler/URL_Status.h b/ACE/examples/Web_Crawler/URL_Status.h
index 1625d01ad4c..56919d0c99f 100644
--- a/ACE/examples/Web_Crawler/URL_Status.h
+++ b/ACE/examples/Web_Crawler/URL_Status.h
@@ -20,7 +20,6 @@
/**
* @class URL_Status
- *
*/
class URL_Status
{
diff --git a/ACE/examples/Web_Crawler/URL_Visitor.h b/ACE/examples/Web_Crawler/URL_Visitor.h
index 8d4c1c43a0b..6174a3c2848 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor.h
+++ b/ACE/examples/Web_Crawler/URL_Visitor.h
@@ -34,7 +34,6 @@ class URL_Validation_Visitor;
* @class URL_Processing_Strategy
*
* @brief Abstract base class for the URL processing strategy.
- *
*/
class URL_Processing_Strategy
{
@@ -64,7 +63,6 @@ protected:
* @class HTTP_Header_Processing_Strategy
*
* @brief Defines the HTTP header processing strategy.
- *
*/
class HTTP_Header_Processing_Strategy : public URL_Processing_Strategy
{
@@ -127,7 +125,6 @@ public:
* @class URL_Visitation_Strategy_Factory
*
* @brief Abstract Factory for the URL visitation strategy.
- *
*/
class URL_Visitation_Strategy_Factory
{
@@ -162,7 +159,6 @@ protected:
* @class URL_Download_Visitation_Strategy_Factory
*
* @brief Concrete Factory for the URL validation visitation strategy.
- *
*/
class URL_Download_Visitation_Strategy_Factory : public URL_Visitation_Strategy_Factory
{
@@ -191,7 +187,6 @@ public:
* @class URL_Validation_Visitation_Strategy_Factory
*
* @brief Concrete Factory for the URL validation visitation strategy.
- *
*/
class URL_Validation_Visitation_Strategy_Factory : public URL_Visitation_Strategy_Factory
{