From 6b372d06c4bdce80d3ef22784d4e2b00d6de224e Mon Sep 17 00:00:00 2001 From: schmidt Date: Wed, 5 Aug 1998 03:26:53 +0000 Subject: *** empty log message *** --- ace/ARGV.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ace/ARGV.h') 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 into a linear string. If // 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 array. Caller should not delete this memory - // since the destructor will delete it. If the caller modifies - // the array in the iterative mode, the changes are not saved to the - // queue. + // since the 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 . -- cgit v1.2.1