diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-11 23:13:17 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-11 23:13:17 +0000 |
commit | 7489bd574a062eafd63392f5734a910fcaeece04 (patch) | |
tree | 2ebcccde81a4843bb3e65b6707af4d8120d6422b /examples/QOS | |
parent | b90c5bc74aaa19ac3777fe1ea0b65e719b011a01 (diff) | |
download | ATCD-7489bd574a062eafd63392f5734a910fcaeece04.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples/QOS')
-rw-r--r-- | examples/QOS/QosEvent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/QOS/QosEvent.h b/examples/QOS/QosEvent.h index ee8080692bd..a80a422fe6e 100644 --- a/examples/QOS/QosEvent.h +++ b/examples/QOS/QosEvent.h @@ -22,7 +22,11 @@ #define FALSE 0 #define MY_DEFPORT 5001 + +#if defined (ACE_HAS_WINSOCK2_GQOS) +#else #define QOS_NOT_SPECIFIED 0 +#endif #define SERVICETYPE_NOTRAFFIC 0x00000000 // No data in this direction. #define SERVICETYPE_CONTROLLEDLOAD 0x00000002 // Controlled Load. |