Changeset 3304 for code/trunk/src/core/CorePrereqs.h
- Timestamp:
- Jul 18, 2009, 6:23:31 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/netp6 (added) merged: 3215,3226-3227,3229-3231,3240,3242,3251-3252,3256,3258-3259,3263-3264,3267-3268,3277,3283-3284,3289,3298-3299,3302
- Property svn:mergeinfo changed
-
code/trunk/src/core/CorePrereqs.h
r3280 r3304 150 150 class SubclassIdentifier; 151 151 class TclBind; 152 struct TclInterpreterBundle;153 152 class TclThreadManager; 154 153 class Template; … … 187 186 class SimpleCommand; 188 187 class SimpleInputState; 188 189 // multithreading 190 class Thread; 191 class ThreadPool; 189 192 } 190 193 … … 197 200 198 201 // Boost 199 namespace boost { namespace filesystem 200 { 201 struct path_traits; 202 template <class String, class Traits> class basic_path; 203 typedef basic_path<std::string, path_traits> path; 204 } } 202 namespace boost 203 { 204 namespace filesystem 205 { 206 struct path_traits; 207 template <class String, class Traits> class basic_path; 208 typedef basic_path<std::string, path_traits> path; 209 } 210 class thread; 211 class mutex; 212 } 205 213 206 214 // TinyXML and TinyXML++
Note: See TracChangeset
for help on using the changeset viewer.