[Positioning] Reorder 2 headers in stock.hh

This commit is contained in:
Matteo Cypriani 2011-06-29 11:05:58 +02:00
parent 0491fe0a62
commit 05859da49b
1 changed files with 2 additions and 2 deletions

View File

@ -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) ;