Changeset 137 in flair-src for trunk/tools/Controller/Mavlink/src/GuiInterface.h
- Timestamp:
- Feb 14, 2017, 3:06:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Controller/Mavlink/src/GuiInterface.h
r88 r137 24 24 namespace flair { 25 25 namespace core { 26 class FrameworkManager;27 26 class Socket; 28 27 } … … 42 41 public: 43 42 44 GuiInterface( const flair::core::FrameworkManager *parent,std::string name);43 GuiInterface(std::string name); 45 44 ~GuiInterface(); 46 45
Note:
See TracChangeset
for help on using the changeset viewer.