diff --git a/arangod/Cluster/ClusterInfo.h b/arangod/Cluster/ClusterInfo.h index baed4f421d..4ac2a7c0ba 100644 --- a/arangod/Cluster/ClusterInfo.h +++ b/arangod/Cluster/ClusterInfo.h @@ -768,18 +768,6 @@ namespace triagens { void loadPlannedCollections (bool = true); -//////////////////////////////////////////////////////////////////////////////// -/// @brief flushes the list of planned databases -//////////////////////////////////////////////////////////////////////////////// - - void clearPlannedDatabases (); - -//////////////////////////////////////////////////////////////////////////////// -/// @brief flushes the list of current databases -//////////////////////////////////////////////////////////////////////////////// - - void clearCurrentDatabases (); - //////////////////////////////////////////////////////////////////////////////// /// @brief (re-)load the information about planned databases /// Usually one does not have to call this directly. @@ -969,6 +957,18 @@ namespace triagens { private: +//////////////////////////////////////////////////////////////////////////////// +/// @brief flushes the list of planned databases +//////////////////////////////////////////////////////////////////////////////// + + void clearPlannedDatabases (); + +//////////////////////////////////////////////////////////////////////////////// +/// @brief flushes the list of current databases +//////////////////////////////////////////////////////////////////////////////// + + void clearCurrentDatabases (); + //////////////////////////////////////////////////////////////////////////////// /// @brief get an operation timeout ////////////////////////////////////////////////////////////////////////////////