Changeset 12540 for trunk/FACT++/src/Connection.cc
- Timestamp:
- 11/16/11 21:55:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Connection.cc
r11528 r12540 198 198 // functions directly from any other place then Handlers, use 199 199 // PostMessage instead 200 fOutQueue.pop_front(); 200 if (!fOutQueue.empty()) 201 fOutQueue.pop_front(); 201 202 202 203 if (fOutQueue.empty())
Note:
See TracChangeset
for help on using the changeset viewer.