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
std::string getName() const
Definition: protocol-stack.cpp:9
Definition: protocol-stack.h:18
void setName(const std::string &name)
Definition: protocol-stack.cpp:13
Definition: property-container.h:15
ProtocolStack(const std::string &name="")
Definition: protocol-stack.cpp:5