Commit 60d15b65 authored by Christopher Reis's avatar Christopher Reis

Added Request

parent 9cd9a2fe
......@@ -47,7 +47,9 @@ private:
std::string mw_brokers;
std::string mw_errstr;
std::string mw_debug;
int uniquecounter;
int requestCounter;
public:
KafkaConnection(const gmsec::api::Config& config);
......@@ -61,6 +63,8 @@ public:
return "gmsec_kafka";
}
std::string generateUniqueId(long id);
virtual const char* getMWInfo();
virtual void CALL_TYPE mwConnect();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment