A message sent by a FileRegistryService in answer to an entry removal request. More...
#include <FileRegistryMessage.h>
Public Member Functions | |
FileRegistryRemoveEntryAnswerMessage (bool success, double payload) | |
Constructor. More... | |
Public Attributes | |
bool | success |
Whether the entry removal was successful or not. | |
Additional Inherited Members |
Detailed Description
A message sent by a FileRegistryService in answer to an entry removal request.
Constructor & Destructor Documentation
◆ FileRegistryRemoveEntryAnswerMessage()
wrench::FileRegistryRemoveEntryAnswerMessage::FileRegistryRemoveEntryAnswerMessage | ( | bool | success, |
double | payload | ||
) |
Constructor.
- Parameters
-
success whether the entry removal was successful payload the message size in bytes
The documentation for this class was generated from the following files:
- FileRegistryMessage.h
- FileRegistryMessage.cpp