Made sharedServer::finishEach explicit
This commit is contained in:
parent
357eb4e722
commit
a4f35ca11e
3 changed files with 13 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue