summaryrefslogtreecommitdiff
path: root/ace/ARGV.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit1273754aeeb0c93f83ac20b3a7da8427532f7cd8 (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/ARGV.h
parent85fac9e743dbd47560deefe99a1c638e8551a614 (diff)
downloadATCD-1273754aeeb0c93f83ac20b3a7da8427532f7cd8.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/ARGV.h')
-rw-r--r--ace/ARGV.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h
index e148159af2d..d64263ec960 100644
--- a/ace/ARGV.h
+++ b/ace/ARGV.h
@@ -22,11 +22,11 @@
#include "ace/Containers.h"
class ACE_Export ACE_ARGV
+{
// = TITLE
// Transforms a string <buf> into an <argv> style vector of
// strings or an <argv> style vector of string <buf>, performing
// environment variable substitutions if necessary.
-{
public:
// = Initialization and termination.
ACE_ARGV (const char buf[], int substitute_env_args = 1);