diff --git a/include/transport/localbuddy.h b/include/transport/localbuddy.h index 492a3c70565c4c744f7239cf56bc3279ee204691..aca073aab1d90f2b7d4d2d609b17a440655f8c95 100644 --- a/include/transport/localbuddy.h +++ b/include/transport/localbuddy.h @@ -37,7 +37,7 @@ class LocalBuddy : public Buddy { void setAlias(const std::string &alias); std::string getName() { return m_name; } - void setName(const std::string &name) { m_name = name; } + bool setName(const std::string &name); bool getStatus(Swift::StatusShow &status, std::string &statusMessage) { status = m_status;