summaryrefslogtreecommitdiff
path: root/ace/ARGV.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-05 03:26:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-08-05 03:26:53 +0000
commit6b372d06c4bdce80d3ef22784d4e2b00d6de224e (patch)
treef24f629fee53f69bd9d22232eaffe9183e3b0a2b /ace/ARGV.h
parentb28b6c3184a8a17967edfe678ef7f313a2353275 (diff)
downloadATCD-6b372d06c4bdce80d3ef22784d4e2b00d6de224e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r--ace/ARGV.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h
index ccb07015f42..ccb99057121 100644
--- a/ace/ARGV.h
+++ b/ace/ARGV.h
@@ -1,7 +1,6 @@
/* -*- C++ -*- */
// $Id$
-
// ============================================================================
//
// = LIBRARY
@@ -36,7 +35,8 @@ public:
// The subscript and argv() operations are not allowed on an
// ACE_ARGV created this way.
- ACE_ARGV (ASYS_TCHAR *argv[], int substitute_env_args = 1);
+ ACE_ARGV (ASYS_TCHAR *argv[],
+ int substitute_env_args = 1);
// Converts <argv> into a linear string. If <substitute_env_args>
// is enabled then we'll substitute the environment variables for
// each $ENV encountered in the string.
@@ -58,9 +58,9 @@ public:
ASYS_TCHAR **argv (void);
// Returns the <argv> array. Caller should not delete this memory
- // since the <ARGV> destructor will delete it. If the caller modifies
- // the array in the iterative mode, the changes are not saved to the
- // queue.
+ // since the <ARGV> destructor will delete it. If the caller
+ // modifies the array in the iterative mode, the changes are not
+ // saved to the queue.
size_t argc (void) const;
// Returns <argc>.