summaryrefslogtreecommitdiff
path: root/ace/ATM_QoS.h
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 18:38:49 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 18:38:49 +0000
commit1ad66bcd64fefe0550b9af95481a9a3f400a7df1 (patch)
tree4b9af36cb9711f45de813a91bc21c898b4a76a69 /ace/ATM_QoS.h
parent7b7fa2c812f3f64d19f4056939d96f9cf7ef83ed (diff)
downloadATCD-1ad66bcd64fefe0550b9af95481a9a3f400a7df1.tar.gz
ChangeLogTag: 'head -1 ChangeLog'
Diffstat (limited to 'ace/ATM_QoS.h')
-rw-r--r--ace/ATM_QoS.h34
1 files changed, 2 insertions, 32 deletions
diff --git a/ace/ATM_QoS.h b/ace/ATM_QoS.h
index 92f7007c554..84c183221fb 100644
--- a/ace/ATM_QoS.h
+++ b/ace/ATM_QoS.h
@@ -29,33 +29,6 @@
// just map to WS2 GQOS struct
typedef ACE_QoS ATM_QoS;
#elif defined (ACE_HAS_FORE_ATM_XTI)
-// typedef enum {
-// BEST_EFFORT,
-// CONTROLLED_LOAD,
-// GUARANTEED
-// } SERVICETYPE;
-
-// typedef struct _flowspec {
-// int TokeRate;
-// int TokenBucketSize;
-// int PeakBandwidth;
-// int Latency;
-// int DelayVariation;
-// SERVICETYPE ServiceType;
-// int MaxSduSize;
-// int MinimumPolicedSize;
-// } FLOWSPEC;
-
-// typedef struct _BUF {
-// ulong len;
-// char *buf;
-// } BUF;
-
-// typedef struct _QualityOfService {
-// FLOWSPEC SendingFlowspec;
-// FLOWSPEC ReceivingFlowspec;
-// BUF ProviderSpecific;
-// } ATM_QoS;
typedef struct netbuf ATM_QoS;
#else
typedef int ATM_QoS;
@@ -97,11 +70,8 @@ public:
ATM_QoS get_qos (void);
// Get ATM_QoS struct.
- ACE_QoS_Params get_option_params( void );
- // Get ACE QoS option parameters.
-
- void dump (void) const;
- // Dump the state of an object.
+ void dump (void) const;
+ // Dump the state of an object.
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.