aboutsummaryrefslogtreecommitdiffstats
path: root/src/relay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/relay.hpp')
-rw-r--r--src/relay.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/relay.hpp b/src/relay.hpp
index 8559bccd..aac9d2bc 100644
--- a/src/relay.hpp
+++ b/src/relay.hpp
@@ -47,6 +47,8 @@ public:
void copyFrom(const component& other);
relay& operator=(const relay& other);
+ const std::vector <const component*> getChildComponents() const;
+
const string& getFrom() const;
void setFrom(const string& from);