summaryrefslogtreecommitdiff
path: root/ace/Typed_SV_Message_Queue.h
diff options
context:
space:
mode:
authorjha <jha@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-30 19:32:33 +0000
committerjha <jha@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-30 19:32:33 +0000
commit231969a6f64176f994c43542f8f721a70cf56a95 (patch)
tree57d830ed0f4be86f6c46ccf2bec877bf5dd63a07 /ace/Typed_SV_Message_Queue.h
parent5ce9ef47a2741413caa701324ba7beaa65b83162 (diff)
downloadATCD-231969a6f64176f994c43542f8f721a70cf56a95.tar.gz
Committing changes made after the merge from the mainline.
Diffstat (limited to 'ace/Typed_SV_Message_Queue.h')
-rw-r--r--ace/Typed_SV_Message_Queue.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Typed_SV_Message_Queue.h b/ace/Typed_SV_Message_Queue.h
index 46d952f40ce..20d2ec690c2 100644
--- a/ace/Typed_SV_Message_Queue.h
+++ b/ace/Typed_SV_Message_Queue.h
@@ -1,17 +1,15 @@
/* -*- C++ -*- */
-
//=============================================================================
/**
* @file Typed_SV_Message_Queue.h
*
* $Id$
*
- * @author Doug Schmidt
+ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_TYPED_MESSAGE_QUEUE_H
#define ACE_TYPED_MESSAGE_QUEUE_H
#include "ace/pre.h"
@@ -27,7 +25,7 @@
/**
* @class ACE_Typed_SV_Message_Queue
*
- * @brief Defines the header file for the C++ wrapper for message queues.
+ * @brief Defines the header file for the C++ wrapper facade for typed message queues.
*/
template <class T>
class ACE_Typed_SV_Message_Queue