Rename 'slave' to 'client' in the remaining code

This commit is contained in:
Alexander Bock
2022-04-05 23:10:49 +02:00
parent 83561ca09d
commit 73292ee54c
7 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public:
/**
* Decodes the <code>SyncBuffer</code> into the added Syncables.
* This method is only called on the SGCT slave nodes
* This method is only called on the SGCT client nodes
*/
void decodeSyncables(std::vector<std::byte> data);