More refactoring of functionality into seperate files, with stubs for server and client

This commit is contained in:
mdiluzio 2015-01-02 15:03:29 +00:00
parent 8835bfb82a
commit 2281bcb6cd
7 changed files with 101 additions and 45 deletions

View file

@ -1,4 +1,8 @@
#ifndef _TTRTS_CLIENT_H_
#define _TTRTS_CLIENT_H_
#include <string>
int runClient( const std::string& host_address );
#endif