Changeset 8843 for trunk/MagicSoft/Cosy/base
- Timestamp:
- 01/31/08 11:38:09 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/base
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Cosy/base/Makefile ¶
r8817 r8843 17 17 18 18 SRCFILES = MStopwatch.cc \ 19 MThread.cc \20 19 MTimeout.cc \ 21 20 MStar.cc \ -
TabularUnified trunk/MagicSoft/Cosy/base/msgqueue.cc ¶
r8830 r8843 7 7 // This creates the Message queue thread, 8 8 // 9 MsgQueue::MsgQueue() : M yThreadX("MsqQueue"), fNextMsg(0), fNextPtr(0)9 MsgQueue::MsgQueue() : MThread("MsqQueue"), fNextMsg(0), fNextPtr(0) 10 10 { 11 11 RunThread(); -
TabularUnified trunk/MagicSoft/Cosy/base/msgqueue.h ¶
r8830 r8843 13 13 #define WM_QUIT 0xffff 14 14 15 class MsgQueue : public M yThreadX15 class MsgQueue : public MThread 16 16 { 17 17 private:
Note:
See TracChangeset
for help on using the changeset viewer.