- clang format + naming improved
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
class Agent
|
||||
{
|
||||
protected:
|
||||
void* mContext;
|
||||
void* mContext;
|
||||
|
||||
public:
|
||||
Agent();
|
||||
~Agent();
|
||||
void write(const std::string& command);
|
||||
bool waitForData(int milliseconds);
|
||||
std::string read();
|
||||
Agent();
|
||||
~Agent();
|
||||
void write(const std::string& command);
|
||||
bool waitForData(int milliseconds);
|
||||
std::string read();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user