diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-14 08:34:11 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-01-14 08:34:11 +0000 |
commit | 44a2a60ff584bb81195b5355b35c505429b365a4 (patch) | |
tree | 400e2e5ee73b5a47abdf737d0e650a454dd747c8 /ace/Token_Collection.cpp | |
parent | 10f43afe6f518486e36127f9ff7fec048ace9fca (diff) | |
download | ATCD-44a2a60ff584bb81195b5355b35c505429b365a4.tar.gz |
ChangeLogTag:Thu Jan 13 23:32:03 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Token_Collection.cpp')
-rw-r--r-- | ace/Token_Collection.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Token_Collection.cpp b/ace/Token_Collection.cpp index c85c7f7e08f..5287cd6208a 100644 --- a/ace/Token_Collection.cpp +++ b/ace/Token_Collection.cpp @@ -22,8 +22,7 @@ ACE_Token_Collection::ACE_Token_Collection (int debug, name = ACE_LIB_TEXT ("no name"); ACE_OS::strsncpy (this->name_, - ACE_const_cast (ACE_TCHAR *, - name), + const_cast<ACE_TCHAR *> (name), ACE_MAXTOKENNAMELEN); } |