Rev 1196 | Rev 1229 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1196 | Rev 1203 | ||
|---|---|---|---|
| Line 113... | Line 113... | ||
| 113 | Semaphore mySemaphore; |
113 | Semaphore mySemaphore; |
| 114 | 114 | ||
| 115 | ThreadSafeQueue<Expression> myExpressions; |
115 | ThreadSafeQueue<Expression> myExpressions; |
| 116 | 116 | ||
| 117 | map<int, IntervalThread*> myIntervalThreads; |
117 | map<int, IntervalThread*> myIntervalThreads; |
| 118 | map<int, SocketThread*> mySocketThreads; |
118 | map<unsigned long int, SocketThread*> mySocketThreads; |
| 119 | 119 | ||
| 120 | CommandThread myCommandThread; |
120 | CommandThread myCommandThread; |
| 121 | }; |
121 | }; |
| 122 | 122 | ||
| 123 | #endif /* _VIRTUALMACHINE_H */ |
123 | #endif /* _VIRTUALMACHINE_H */ |