Subversion Repositories HomeAutomation

Rev

Rev 999 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 999 Rev 1008
Line 37... Line 37...
37
 
37
 
38
protected:
38
protected:
39
    void handleClientData(int id, string data);
39
    void handleClientData(int id, string data);
40
 
40
 
41
private:
41
private:
42
 
-
 
-
 
42
    string myBuffer;
43
};
43
};
44
 
44
 
45
#endif  /* _COMMANDTHREAD_H */
45
#endif  /* _COMMANDTHREAD_H */
46
 
46