Changeset 15 in flair-src for trunk/lib/FlairCore/src/unexported/DataPlot_impl.h
- Timestamp:
- Apr 8, 2016, 3:40:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/unexported/DataPlot_impl.h
r2 r15 16 16 #include <vector> 17 17 18 namespace flair 19 { 20 namespace core 21 { 22 class IODataElement; 23 } 18 namespace flair { 19 namespace core { 20 class IODataElement; 21 } 24 22 } 25 23 … … 28 26 * 29 27 */ 30 class DataPlot_impl 31 { 32 public: 33 DataPlot_impl(); 34 ~DataPlot_impl(); 28 class DataPlot_impl { 29 public: 30 DataPlot_impl(); 31 ~DataPlot_impl(); 35 32 36 std::vector<const flair::core::IODataElement*> tosend;33 std::vector<const flair::core::IODataElement *> tosend; 37 34 }; 38 35
Note:
See TracChangeset
for help on using the changeset viewer.