retval added

This commit is contained in:
Robin Müller 2020-10-07 18:43:56 +02:00
parent 9fb38e9b7c
commit 6e9db0d675
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ public:
static constexpr ReturnValue_t DIRECTORY_ALREADY_EXISTS = MAKE_RETURN_CODE(0x03);
static constexpr ReturnValue_t DIRECTORY_NOT_EMPTY = MAKE_RETURN_CODE(0x04);
static constexpr ReturnValue_t SEQUENCE_PACKET_MISSING = MAKE_RETURN_CODE(0x05);
virtual ~HasFileSystemIF() {}
/**
* Function to get the MessageQueueId_t of the implementing object