use own namespace

This commit is contained in:
john30
2017-01-14 16:41:54 +01:00
parent 7bd9446f13
commit 774e01e937
43 changed files with 196 additions and 48 deletions
+3 -1
View File
@@ -30,7 +30,7 @@
/** \file mainloop.h */
using namespace std;
namespace ebusd {
/**
* The main loop handling requests from connected clients.
@@ -252,4 +252,6 @@ class MainLoop : public Thread, DeviceListener {
list<DataHandler*> m_dataHandlers;
};
} // namespace ebusd
#endif // EBUSD_MAINLOOP_H_