diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-03 00:43:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-01-03 00:43:08 +0000 |
commit | d3ebf3b52f4c74e4f72187090454bdee294a5101 (patch) | |
tree | e5ec4a963bb928592fefe22fcc50dbabf5de150b /apps/Gateway | |
parent | 79e401ad2831d7b3a391ab403cfd9b4a3bdf6e15 (diff) | |
download | ATCD-d3ebf3b52f4c74e4f72187090454bdee294a5101.tar.gz |
*** empty log message ***
Diffstat (limited to 'apps/Gateway')
-rw-r--r-- | apps/Gateway/Peer/Options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Peer/Options.cpp b/apps/Gateway/Peer/Options.cpp index a3e5c5aa848..fb6daccce91 100644 --- a/apps/Gateway/Peer/Options.cpp +++ b/apps/Gateway/Peer/Options.cpp @@ -12,10 +12,10 @@ Options::print_usage_and_die (void) Options::Options (void) : options_ (0), - consumer_acceptor_port_ (DEFAULT_PEER_CONSUMER_PORT), supplier_acceptor_port_ (DEFAULT_PEER_SUPPLIER_PORT), - consumer_connector_port_ (DEFAULT_GATEWAY_CONSUMER_PORT), + consumer_acceptor_port_ (DEFAULT_PEER_CONSUMER_PORT), supplier_connector_port_ (DEFAULT_GATEWAY_SUPPLIER_PORT), + consumer_connector_port_ (DEFAULT_GATEWAY_CONSUMER_PORT), connector_host_ (ACE_DEFAULT_SERVER_HOST), timeout_ (0), max_queue_size_ (MAX_QUEUE_SIZE) |