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
@@ -34,7 +34,7 @@
* Contributed data types for TEM devices not part of regular releases.
*/
using namespace std;
namespace ebusd {
/**
* A special variant of @a NumberDataType for TEM/Dungs ParamID in master/slave
@@ -68,4 +68,6 @@ class TemParamDataType : public NumberDataType {
*/
void contrib_tem_register();
} // namespace ebusd
#endif // LIB_EBUS_CONTRIB_TEM_H_