diff options
Diffstat (limited to 'dep/acelite/ace/IOStream.cpp')
-rw-r--r-- | dep/acelite/ace/IOStream.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/acelite/ace/IOStream.cpp b/dep/acelite/ace/IOStream.cpp index 7ace37ee81b..99065091a4c 100644 --- a/dep/acelite/ace/IOStream.cpp +++ b/dep/acelite/ace/IOStream.cpp @@ -1,11 +1,11 @@ -// $Id: IOStream.cpp 80826 2008-03-04 14:51:23Z wotte $ +// $Id: IOStream.cpp 91286 2010-08-05 09:04:31Z johnnyw $ #ifndef ACE_IOSTREAM_CPP #define ACE_IOSTREAM_CPP #include "ace/IOStream.h" -ACE_RCSID(ace, IOStream, "$Id: IOStream.cpp 80826 2008-03-04 14:51:23Z wotte $") + #if !defined (ACE_LACKS_ACE_IOSTREAM) |