Changeset 3226 for code/branches/netp6/src/util
- Timestamp:
- Jun 23, 2009, 8:53:34 PM (15 years ago)
- Location:
- code/branches/netp6/src/util
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/netp6/src/util/CMakeLists.txt
r3196 r3226 31 31 String.cc 32 32 SubString.cc 33 Thread.cc 34 ThreadPool.cc 33 35 ) 34 36 -
code/branches/netp6/src/util/UtilPrereqs.h
r3196 r3226 60 60 // Forward declarations 61 61 //----------------------------------------------------------------------- 62 namespace boost 63 { 64 class thread; 65 class mutex; 66 } 67 62 68 namespace Ogre 63 69 { … … 95 101 class SignalHandler; 96 102 class SubString; 103 class Thread; 104 class ThreadPool; 97 105 } 98 106
Note: See TracChangeset
for help on using the changeset viewer.