1 #include <skstream/skstream.h> 3 #ifndef ERIS_META_QUERY_H 4 #define ERIS_META_QUERY_H 6 #include <Eris/BaseConnection.h> 9 #include <wfmath/timestamp.h> 26 MetaQuery(
Meta *svr,
const std::string &host,
unsigned int index);
37 unsigned int getServerIndex()
const 38 {
return m_serverIndex; }
46 bool isComplete()
const 47 {
return m_complete; }
56 virtual void handleTimeout(
const std::string& msg);
58 void onQueryTimeout();
65 unsigned int m_serverIndex;
Definition: Account.cpp:33
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: BaseConnection.h:32
stream_socket_stream * _stream
the underlying iostream channel
Definition: BaseConnection.h:133