summaryrefslogtreecommitdiff
path: root/ACE/apps
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/apps
parente392479f563136c2bedd53b6e3af905965116fa0 (diff)
downloadATCD-22d7fb7eebc9c4ca1cdd4637a4f1daacc0a530ac.tar.gz
Shorten file headers
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/JAWS/clients/Caching/ID_Generator.h1
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/buffer.h1
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/pblock.h1
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h1
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h2
-rw-r--r--ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/object.h1
-rw-r--r--ACE/apps/JAWS/server/HTTP_Handler.h3
-rw-r--r--ACE/apps/JAWS/server/HTTP_Request.h1
-rw-r--r--ACE/apps/JAWS/server/HTTP_Server.h1
-rw-r--r--ACE/apps/JAWS/server/JAWS_IO.h3
-rw-r--r--ACE/apps/JAWS2/JAWS/IO_Handler.h1
-rw-r--r--ACE/apps/JAWS2/JAWS/Jaws_IO.h2
12 files changed, 0 insertions, 18 deletions
diff --git a/ACE/apps/JAWS/clients/Caching/ID_Generator.h b/ACE/apps/JAWS/clients/Caching/ID_Generator.h
index 6277940b90d..827515a9b41 100644
--- a/ACE/apps/JAWS/clients/Caching/ID_Generator.h
+++ b/ACE/apps/JAWS/clients/Caching/ID_Generator.h
@@ -25,7 +25,6 @@
* @class ACE_ID_Generator
*
* @brief An unique ID generator.
- *
*/
class ACE_ID_Generator
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/buffer.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/buffer.h
index b657ded5850..21389b62b84 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/buffer.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/buffer.h
@@ -30,7 +30,6 @@
* may not be accurate in a threaded environment.
*
* Rob McCool
- *
*/
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/pblock.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/pblock.h
index dc0c8de76e4..0c900474a42 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/pblock.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/pblock.h
@@ -30,7 +30,6 @@
* first character of name.
*
* Rob McCool
- *
*/
#ifndef PBLOCK_H
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h
index deeb3d27388..11e54c32dea 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h
@@ -34,7 +34,6 @@
* The public interface to these routines is documented below.
*
* Rob McCool
- *
*/
#ifndef SHEXP_H
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
index ee50b8a7821..25d01a16927 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/httpact.h
@@ -92,7 +92,6 @@ char *servact_translate_uri(char *uri, Session *sn);
/*
* Resolves the given hostname, first trying to find a resolver
* function from obj.conf, and if that fails, just calls gethostbyname().
- *
*/
struct hostent *servact_gethostbyname(char *host, Session *sn, Request *rq);
@@ -108,7 +107,6 @@ struct hostent *servact_gethostbyname(char *host, Session *sn, Request *rq);
*
* Returns -1 (REQ_ABORT) on failure to connect. The caller should not
* attempt to use the native connect.
- *
*/
int servact_connect(char *host, int port, Session *sn, Request *rq);
diff --git a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/object.h b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/object.h
index 40a1590e913..41719e77038 100644
--- a/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/object.h
+++ b/ACE/apps/JAWS/clients/WebSTONE/src/nsapi-includes/frame/object.h
@@ -23,7 +23,6 @@
* This module requires the pblock module from the base library.
*
* Rob McCool
- *
*/
diff --git a/ACE/apps/JAWS/server/HTTP_Handler.h b/ACE/apps/JAWS/server/HTTP_Handler.h
index 4219845a107..4b132f9e770 100644
--- a/ACE/apps/JAWS/server/HTTP_Handler.h
+++ b/ACE/apps/JAWS/server/HTTP_Handler.h
@@ -151,7 +151,6 @@ public:
*
* @brief This class is used to create new HTTP handlers that will use
* Synch IO
- *
*/
class Synch_HTTP_Handler_Factory : public HTTP_Handler_Factory
{
@@ -175,7 +174,6 @@ public:
*
* @brief This class is used to create new HTTP handlers that will use
* Synch IO without caching
- *
*/
class No_Cache_Synch_HTTP_Handler_Factory : public HTTP_Handler_Factory
{
@@ -200,7 +198,6 @@ public:
*
* @brief This class is used to create new HTTP handlers that will use
* Asynchronous IO. This only works on Win32.
- *
*/
class Asynch_HTTP_Handler_Factory : public HTTP_Handler_Factory, public ACE_Service_Handler
{
diff --git a/ACE/apps/JAWS/server/HTTP_Request.h b/ACE/apps/JAWS/server/HTTP_Request.h
index d1ca8253dbc..bc01f67baf4 100644
--- a/ACE/apps/JAWS/server/HTTP_Request.h
+++ b/ACE/apps/JAWS/server/HTTP_Request.h
@@ -28,7 +28,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
* @class HTTP_Request
*
* @brief This parses the client request of an HTTP transaction.
- *
*/
class HTTP_Request
{
diff --git a/ACE/apps/JAWS/server/HTTP_Server.h b/ACE/apps/JAWS/server/HTTP_Server.h
index f7f1f534a0a..55ecd655e9e 100644
--- a/ACE/apps/JAWS/server/HTTP_Server.h
+++ b/ACE/apps/JAWS/server/HTTP_Server.h
@@ -48,7 +48,6 @@ typedef HTTP_SOCK_Acceptor HTTP_Acceptor;
*
* @brief This server is used to create HTTP Handlers for the Web
* server
- *
*/
class ACE_Svc_Export HTTP_Server : public ACE_Service_Object
{
diff --git a/ACE/apps/JAWS/server/JAWS_IO.h b/ACE/apps/JAWS/server/JAWS_IO.h
index 26b4e8165f3..32e305d6558 100644
--- a/ACE/apps/JAWS/server/JAWS_IO.h
+++ b/ACE/apps/JAWS/server/JAWS_IO.h
@@ -80,7 +80,6 @@ protected:
*
* @brief This class defines the abstract interface for an I/O handler class in
* the context of Web-likes servers
- *
*/
class JAWS_IO_Handler
{
@@ -131,7 +130,6 @@ public:
* @class JAWS_Synch_IO
*
* @brief This class defines the interface for a Synchronous I/O class.
- *
*/
class JAWS_Synch_IO : public JAWS_IO
{
@@ -176,7 +174,6 @@ protected:
* @class JAWS_Asynch_IO
*
* @brief This class defines the interface for a Asynchronous I/O class.
- *
*/
class JAWS_Asynch_IO : public JAWS_IO, public ACE_Handler
{
diff --git a/ACE/apps/JAWS2/JAWS/IO_Handler.h b/ACE/apps/JAWS2/JAWS/IO_Handler.h
index 662a3ed90ef..e7ea5383746 100644
--- a/ACE/apps/JAWS2/JAWS/IO_Handler.h
+++ b/ACE/apps/JAWS2/JAWS/IO_Handler.h
@@ -41,7 +41,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
*
* @brief This class defines the abstract interface for an I/O handler
* class in the context of Web-likes servers
- *
*/
class JAWS_Export JAWS_Abstract_IO_Handler
{
diff --git a/ACE/apps/JAWS2/JAWS/Jaws_IO.h b/ACE/apps/JAWS2/JAWS/Jaws_IO.h
index 0e5d5ae370f..9bc060aaa5c 100644
--- a/ACE/apps/JAWS2/JAWS/Jaws_IO.h
+++ b/ACE/apps/JAWS2/JAWS/Jaws_IO.h
@@ -109,7 +109,6 @@ protected:
* @class JAWS_Synch_IO
*
* @brief This class defines the interface for a Synchronous I/O class.
- *
*/
class JAWS_Export JAWS_Synch_IO : public JAWS_IO
{
@@ -170,7 +169,6 @@ typedef ACE_Singleton<JAWS_Synch_IO, ACE_SYNCH_MUTEX>
* @class JAWS_Asynch_IO
*
* @brief This class defines the interface for a Asynchronous I/O class.
- *
*/
class JAWS_Export JAWS_Asynch_IO : public JAWS_IO
{