use own namespace
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user