diff options
author | click <none@none> | 2010-11-04 05:30:29 +0100 |
---|---|---|
committer | click <none@none> | 2010-11-04 05:30:29 +0100 |
commit | 9b16ee203f3f8e6e21c4864bd3308bf58c7b6800 (patch) | |
tree | 14950af01860fc520bbbd320c7ad81ef0281cbf3 /dep/acelite/ace/Get_Opt.cpp | |
parent | 2604250c3c4efd93e9977f2eb72d6398a7a7bcb2 (diff) |
Dep/ACE: Upgrade ACE -library to 5.8.3
--HG--
branch : trunk
Diffstat (limited to 'dep/acelite/ace/Get_Opt.cpp')
-rw-r--r-- | dep/acelite/ace/Get_Opt.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dep/acelite/ace/Get_Opt.cpp b/dep/acelite/ace/Get_Opt.cpp index 915ff8a87a9..5953abe1810 100644 --- a/dep/acelite/ace/Get_Opt.cpp +++ b/dep/acelite/ace/Get_Opt.cpp @@ -1,4 +1,4 @@ -// $Id: Get_Opt.cpp 81840 2008-06-05 13:46:45Z sma $ +// $Id: Get_Opt.cpp 91286 2010-08-05 09:04:31Z johnnyw $ #include "ace/Get_Opt.h" @@ -14,10 +14,6 @@ #include "ace/OS_NS_ctype.h" #include "ace/OS_NS_stdlib.h" -ACE_RCSID (ace, - Get_Opt, - "$Id: Get_Opt.cpp 81840 2008-06-05 13:46:45Z sma $") - /* * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. All rights reserved. |