Changeset 422
- Timestamp:
- Oct 20, 2012, 10:11:42 PM (12 years ago)
- Location:
- experimental/Threading/Threading
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/Threading/Threading/ChannelWorker.cpp
r421 r422 24 24 OSG_ALWAYS<<"ID "<<getThreadId()<<" :: itr "<<i++<<std::endl; 25 25 26 // Place Holder 26 27 for(int i=0;i<100;i++) 27 28 OSG_ALWAYS<<""; -
experimental/Threading/Threading/ChannelWorker.h
r421 r422 4 4 #include <OpenThreads/Thread> 5 5 6 6 /** 7 * \brief This class is a Thread Object which allows to create Functors and attach them to this thread object. 8 * 9 * @author Torben Dannhauer 10 * @date Okt 2012 11 */ 7 12 class ChannelWorker : public osg::Referenced, public OpenThreads::Thread 8 13 { -
experimental/Threading/Threading/Threading.vcproj
r420 r422 193 193 > 194 194 </File> 195 <File 196 RelativePath=".\ThreadWorkerBase.cpp" 197 > 198 </File> 195 199 </Filter> 196 200 <Filter … … 207 211 > 208 212 </File> 213 <File 214 RelativePath=".\ThreadWorkerBase.h" 215 > 216 </File> 209 217 </Filter> 210 218 <Filter
Note: See TracChangeset
for help on using the changeset viewer.