Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions example_interfaces/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
#include <plugins/IStateControl.h>

#include "ExampleIds.h"

// @insert "ExampleIds.h"
2 changes: 2 additions & 0 deletions interfaces/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
// in the file calls Ids.h, please extend it with your requried interface number
// if you are creating a new interface.
#include "Ids.h"

// @insert "Ids.h"
2 changes: 2 additions & 0 deletions qa_interfaces/Module.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
// in the file calls Ids.h, please extend it with your required interface number
// if you are creating a new interface.
#include "QAIds.h"

// @insert "QAIds.h"
Loading