Subversion Repositories HomeAutomation

Rev

Rev 981 | Rev 986 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 981 Rev 983
Line 92... Line 92...
92
 
92
 
93
    ThreadSafeQueue<string> myExpressions;
93
    ThreadSafeQueue<string> myExpressions;
94
    ThreadSafeQueue<CanMessage> myCanMessages;
94
    ThreadSafeQueue<CanMessage> myCanMessages;
95
 
95
 
96
    map<int, IntervalThread> myIntervalThreads;
96
    map<int, IntervalThread> myIntervalThreads;
97
    map<int, SocketThread> mySocketThreads;
97
    map<int, SocketThread*> mySocketThreads;
98
};
98
};
99
 
99
 
100
#endif  /* _VIRTUALMACHINE_H */
100
#endif  /* _VIRTUALMACHINE_H */
101
 
101