diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-02 04:08:14 +0000 |
commit | 79ac8ef5e83c63ee47f4a542a81598eb6be91fda (patch) | |
tree | 2f6d35d010baf75e4704bff8006965a36749aa9c /ace/ATM_QoS.h | |
parent | 8f69e97f4dd195efee5e4c9212e0baf9a5fcb581 (diff) | |
download | ATCD-79ac8ef5e83c63ee47f4a542a81598eb6be91fda.tar.gz |
ChangeLogTag:Wed May 1 21:07:23 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/ATM_QoS.h')
-rw-r--r-- | ace/ATM_QoS.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/ATM_QoS.h b/ace/ATM_QoS.h index 586f9cd4146..9f5d1080e49 100644 --- a/ace/ATM_QoS.h +++ b/ace/ATM_QoS.h @@ -1,6 +1,6 @@ -/* -*- C++ -*- */ +// -*- C++ -*- -//============================================================================= +//========================================================================== /** * @file ATM_QoS.h * @@ -8,7 +8,7 @@ * * @author Joe Hoffert */ -//============================================================================= +//========================================================================== #ifndef ACE_ATM_QoS_H @@ -23,8 +23,6 @@ #if defined (ACE_HAS_ATM) -#include "ace/ACE.h" - #if defined (ACE_HAS_FORE_ATM_WS2) // just map to WS2 GQOS struct typedef ACE_QoS ATM_QoS; |