Changeset 74 in flair-dev for trunk/include/FlairCore/IODevice.h
- Timestamp:
- May 24, 2018, 11:46:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairCore/IODevice.h
r50 r74 151 151 void SetIsReady(bool status); 152 152 153 private:154 153 /*! 155 154 * \brief Update using provided datas … … 164 163 virtual void UpdateFrom(const io_data *data) = 0; 165 164 165 private: 166 166 class IODevice_impl *pimpl_; 167 167 };
Note:
See TracChangeset
for help on using the changeset viewer.