Msg: Dead code removal

This commit is contained in:
Paul Beckingham
2015-07-17 19:36:03 -04:00
parent fdac097c12
commit 3a7f970834
2 changed files with 0 additions and 52 deletions

View File

@@ -35,16 +35,9 @@ class Msg
{
public:
Msg ();
Msg (const Msg&);
Msg& operator= (const Msg&);
bool operator== (const Msg&) const;
~Msg ();
void clear ();
void set (const std::string&, const int);
void set (const std::string&, const std::string&);
void set (const std::string&, const double);
void setPayload (const std::string&);
std::string get (const std::string&) const;
std::string getPayload () const;