Changeset 2536 in Sophya for trunk/SophyaPI/PIext/piacmd.h
- Timestamp:
- May 13, 2004, 1:54:02 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.h
r2490 r2536 11 11 #include <string> 12 12 #include <vector> 13 #include < stack>13 #include <queue> 14 14 #include "zthread.h" 15 15 … … 87 87 CxxOptionWind* cxxoptwin; 88 88 89 // Stack d'entreeet controle de thread90 stack<string> inputlines;89 // Queue des entrees et controle de thread 90 queue<string> inputlines; 91 91 bool fg_thrstop; 92 92 ZMutex mutx_inps;
Note:
See TracChangeset
for help on using the changeset viewer.