#ifndef _TTRTS_CLIENT_H_ #define _TTRTS_CLIENT_H_ #include int runClient( const std::string& host_address ); #endif