Made sharedServer::finishEach explicit

This commit is contained in:
Thulinma 2016-09-06 11:53:40 +02:00
parent 357eb4e722
commit a4f35ca11e
3 changed files with 13 additions and 13 deletions

View file

@ -186,6 +186,7 @@ namespace IPC {
///\brief The amount of connected clients
unsigned int amount;
unsigned int connectedUsers;
void finishEach();
private:
bool isInUse(unsigned int id);
void newPage();
@ -200,7 +201,6 @@ namespace IPC {
semaphore mySemaphore;
///\brief Whether the payload has a counter, if so, it is added in front of the payload
bool hasCounter;
void finishEach();
};
///\brief The client part of a server/client model for shared memory.