summaryrefslogtreecommitdiff
path: root/ACE/ace/Arg_Shifter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-07-26 10:20:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-07-26 10:20:42 +0000
commit8ee8885efdf39f18efdc6ecd8b2ce6de27bb0ca7 (patch)
tree847422ea8dfe1e0565c2f40c65c63b5c2c6b3e28 /ACE/ace/Arg_Shifter.h
parent0864e8dd881c5d41f85b4fb4528f6bdb1ba422ee (diff)
downloadATCD-8ee8885efdf39f18efdc6ecd8b2ce6de27bb0ca7.tar.gz
Thu Jul 26 10:19:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/ARGV.h: * ace/Arg_Shifter.h: Doxygen improvements * rpmbuild/ace-tao.spec: Removed ACE_XML_Utils, only compiled when xercesc is enabled
Diffstat (limited to 'ACE/ace/Arg_Shifter.h')
-rw-r--r--ACE/ace/Arg_Shifter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Arg_Shifter.h b/ACE/ace/Arg_Shifter.h
index ba5703ce89c..706065ca54d 100644
--- a/ACE/ace/Arg_Shifter.h
+++ b/ACE/ace/Arg_Shifter.h
@@ -211,10 +211,10 @@ private:
/// The index of <argv_> in which we'll stick the next known
/// argument.
- int front_;
- /* This is not really the "front" at all. It's the point after
+ /** This is not really the "front" at all. It's the point after
* which the unknown arguments end and at which the known arguments begin.
*/
+ int front_;
};
typedef ACE_Arg_Shifter_T<ACE_TCHAR> ACE_Arg_Shifter;