Changeset 15 in flair-src for trunk/lib/FlairCore/src/unexported/SendData_impl.h
- Timestamp:
- 04/08/16 15:40:57 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/SendData_impl.h
r2 r15 23 23 * 24 24 */ 25 class SendData_impl 26 { 27 public: 28 SendData_impl(); 29 ~SendData_impl(); 30 bool is_enabled; 31 size_t send_size; 32 uint16_t send_period; 25 class SendData_impl { 26 public: 27 SendData_impl(); 28 ~SendData_impl(); 29 bool is_enabled; 30 size_t send_size; 31 uint16_t send_period; 33 32 }; 34 33
Note:
See TracChangeset
for help on using the changeset viewer.