1 #ifndef PROTOCOL_STACK_H
2 #define PROTOCOL_STACK_H
4 #include "property-container.h"
39 void setName(
const std::string &name_);
50 #endif //PROTOCOL_STACK_H
void setName(const std::string &name_)
Definition: protocol-stack.cpp:11
std::string getName() const
Definition: protocol-stack.cpp:7
Definition: protocol-stack.h:18
Definition: property-container.h:15
ProtocolStack(const std::string &name_="")
Definition: protocol-stack.cpp:5