summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-02 13:22:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-02 13:22:21 +0000
commitdbc1201ab678e776845f2052c7c7af9a8476713c (patch)
treeaa35cce193f8ada50fd6e6e4efeba747c2abdab1 /apps
parentf20d663a7e023596782354c0bf215647efa5c1c0 (diff)
downloadATCD-dbc1201ab678e776845f2052c7c7af9a8476713c.tar.gz
added missing , in enum definition
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/Gateway/Gateway/Options.h b/apps/Gateway/Gateway/Options.h
index 9b83e5ba7a3..f562ee6c302 100644
--- a/apps/Gateway/Gateway/Options.h
+++ b/apps/Gateway/Gateway/Options.h
@@ -38,7 +38,7 @@ public:
SUPPLIER_ACCEPTOR = 04,
CONSUMER_ACCEPTOR = 010,
SUPPLIER_CONNECTOR = 020,
- CONSUMER_CONNECTOR = 040
+ CONSUMER_CONNECTOR = 040,
DEFAULT_TIMEOUT = 32
// The maximum timeout for trying to re-establish connections.
@@ -70,7 +70,7 @@ public:
int performance_window (void) const;
// Number of seconds after connection establishment to report
// throughput.
-
+
int blocking_semantics (void) const;
// 0 == blocking connects, ACE_NONBLOCK == non-blocking connects.
@@ -127,7 +127,7 @@ private:
int performance_window_;
// Number of seconds after connection establishment to report
// throughput.
-
+
int blocking_semantics_;
// 0 == blocking connects, ACE_NONBLOCK == non-blocking connects.