summaryrefslogtreecommitdiff
path: root/ACE/ace/Tokenizer_T.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* ChangeLogTag: Mon Feb 1 17:35:08 UTC 2010 Chris Cleeland <cleeland_c@local>cleeland2010-02-011-13/+13
|
* (no commit message)Johnny Willemsen2009-06-081-1/+1
|
* (no commit message)Johnny Willemsen2009-06-071-1/+1
|
* Sun Jun 7 17:53:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-071-0/+241
* ace/Tokenizer_T.cpp * ace/Tokenizer_T.h * ace/SString.cpp * ace/SString.h Moved ACE_Tokenizer to its own file and reworked it to the C++ template ACE_Tokenizer_T. ACE_Tokenizer is then a typedef of ACE_Tokenizer_T<ACE_TCHAR>. This makes it possible to use a char tokenizer in a wchar build * ace/ace.mpc: * ace/ace_for_tao.mpc: * ace/Makefile.am: Added new files * ace/Configuration.cpp: * ace/Process.cpp: * examples/OS/Process/process.cpp: Added include of Tokenizer_T.h * ace/OS_NS_Thread.cpp * ace/OS_NS_Thread.h * ace/OS_NS_Thread.inl Changed important_writer_ to bool