From 05859da49b3dc8b183c3d33df0a5be5a24e95514 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Wed, 29 Jun 2011 11:05:58 +0200 Subject: [PATCH] [Positioning] Reorder 2 headers in stock.hh --- owlps-positioning/src/stock.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owlps-positioning/src/stock.hh b/owlps-positioning/src/stock.hh index b7de8c1..33b1021 100644 --- a/owlps-positioning/src/stock.hh +++ b/owlps-positioning/src/stock.hh @@ -83,11 +83,11 @@ public: static unsigned int nb_aps(void) ; /// Reads the AccessPoint corresponding to a given MAC address static const AccessPoint& get_ap(const std::string &mac) ; - /// Searches for an AccessPoint and create it if it does not exist - static const AccessPoint& find_create_ap(const AccessPoint &source) ; /// \brief Searches for an AccessPoint given its MAC address and /// creates it if it does not exist static const AccessPoint& find_create_ap(const std::string &mac) ; + /// Searches for an AccessPoint and create it if it does not exist + static const AccessPoint& find_create_ap(const AccessPoint &source) ; /// \brief Returns a reference to the AccessPoint corresponding to a /// given MAC address static AccessPoint& getw_ap(const std::string &mac) ;