mirror of
https://github.com/modelec/TCPSocketClient.git
synced 2026-01-18 16:37:35 +01:00
shouldd stop
This commit is contained in:
@@ -46,3 +46,7 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool TCPClient::shouldStop() const {
|
||||
return !running;
|
||||
}
|
||||
@@ -32,4 +32,5 @@ public:
|
||||
|
||||
virtual void handleMessage(const std::string& message);
|
||||
|
||||
bool shouldStop() const;
|
||||
};
|
||||
Reference in New Issue
Block a user