mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 23:25:27 +08:00
Replaced method name run' with mainLoop', and stop' and quit'
with `exitMainLoop' in most places.
This commit is contained in:
@@ -33,7 +33,7 @@ CServerProxy::~CServerProxy()
|
||||
}
|
||||
|
||||
bool
|
||||
CServerProxy::run()
|
||||
CServerProxy::mainLoop()
|
||||
{
|
||||
bool failedToConnect = false;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user