1
0
Fork 0

Fix override warnings

This commit is contained in:
Andreas Streichardt 2016-03-23 14:49:23 +01:00
parent b3357a644e
commit 0ab683d1f8
3 changed files with 7 additions and 7 deletions

View File

@ -129,7 +129,7 @@ public:
* @brief 1. Deal with appendEntries to slaves.
* 2. Report success of write processes.
*/
void run ();
void run () override;
void beginShutdown () override;
/**

View File

@ -93,12 +93,12 @@ class ApplicationAgency : virtual public arangodb::rest::ApplicationFeature {
public:
void setupOptions(std::map<std::string,
arangodb::basics::ProgramOptionsDescription>&);
arangodb::basics::ProgramOptionsDescription>&) override;
bool prepare();
bool start();
bool open();
void close();
bool prepare() override;
bool start() override;
bool open() override;
void close() override;
agent_t* agent() const;

View File

@ -84,7 +84,7 @@ public:
/**
* @brief My daily business
*/
void run();
void run() override;
/**
* @brief Who is leading