Skip to content

Commit

Permalink
integration to CInterface, must fix this
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnik committed Dec 5, 2012
1 parent 9862f24 commit c411934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class CSocket : public CInterface

int Send(uint8_t *message, int length);
int Receive(uint8_t *message, int length, time_t timeout);

// FIXME Add a function to this
string GetMyAddress(void) { return "";};
private:

string m_host;
Expand Down

0 comments on commit c411934

Please sign in to comment.