owlps/owlps-positioning/stock.cc

13 lines
251 B
C++
Raw Normal View History

#include "stock.hh"
using namespace std ;
using std::tr1::unordered_map ;
unordered_map<string, Mobile> Stock::mobiles =
unordered_map<string, Mobile>() ;
unordered_map<string, AccessPoint> Stock::aps =
unordered_map<string, AccessPoint>() ;