summaryrefslogtreecommitdiff
path: root/trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts')
-rw-r--r--trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts8
1 files changed, 8 insertions, 0 deletions
diff --git a/trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts b/trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts
new file mode 100644
index 00000000000..a10675f5945
--- /dev/null
+++ b/trunk/ACE/contrib/utility/Documentation/CommandLine/Thoughts
@@ -0,0 +1,8 @@
+
+@@ I should not assume that Utility::CommandLine is the only mechanism
+ used to parse command line. Application developer may be using
+ different components that employ different command line parsers.
+ Thus it seem to me that I should use argv/argc as input/output
+ format.
+
+$Id$