From 13357cb846e54573f89c25632cfd69cb7d852e1d Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Thu, 20 Feb 2014 17:33:56 +0100 Subject: [PATCH] made clear functions private --- arangod/Cluster/ClusterInfo.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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 ////////////////////////////////////////////////////////////////////////////////