Changeset 157 in flair-src for trunk/lib/FlairCore/src/IODevice_impl.cpp
- Timestamp:
- Mar 4, 2017, 3:29:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/IODevice_impl.cpp
r122 r157 39 39 tobelogged = false; 40 40 outputtoshm = false; 41 isReady=false; 41 42 } 42 43 … … 233 234 return status; 234 235 } 236 237 void IODevice_impl::SetIsReady(bool status) { 238 isReady=status; 239 } 240 241 bool IODevice_impl::IsReady(void) const { 242 return isReady; 243 }
Note:
See TracChangeset
for help on using the changeset viewer.