summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-23 16:49:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-23 16:49:13 +0000
commit3b7fed3a75e7c0becced603cd699e01eac2bdbe8 (patch)
treebf69e1d8d391570bb0aebee558fb4b335b6da216 /apps
parent6d65296fbfe63ca19da8a63a04707393b5dda7d9 (diff)
downloadATCD-3b7fed3a75e7c0becced603cd699e01eac2bdbe8.tar.gz
ChangeLogTag:Fri Mar 23 08:47:29 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'apps')
-rw-r--r--apps/Gateway/Gateway/Options.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/Gateway/Gateway/Options.cpp b/apps/Gateway/Gateway/Options.cpp
index 8e8e6b22eac..a5edd01fdb9 100644
--- a/apps/Gateway/Gateway/Options.cpp
+++ b/apps/Gateway/Gateway/Options.cpp
@@ -2,9 +2,10 @@
#define ACE_BUILD_SVC_DLL
-#include "ace/Get_Opt.h"
#include "Event.h"
#include "Options.h"
+#include "ace/Get_Opt.h"
+#include "ace/Log_Msg.h"
ACE_RCSID(Gateway, Options, "$Id$")
@@ -210,7 +211,7 @@ Options::parse_args (int argc, char *argv[])
case 'C': // Use a different proxy config filename.
ACE_OS::strncpy (this->consumer_config_file_,
get_opt.optarg,
- sizeof this->consumer_config_file_
+ sizeof this->consumer_config_file_
/ sizeof (ACE_TCHAR));
break;
case 'c':