diff options
Diffstat (limited to '')
-rw-r--r-- | utils/libsimple/include/libsimple/all.hpp (renamed from utils/libtest/include/libtest/all.hpp) | 0 | ||||
-rw-r--r-- | utils/libsimple/include/libsimple/device.hpp (renamed from utils/libtest/include/libtest/device.hpp) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/utils/libtest/include/libtest/all.hpp b/utils/libsimple/include/libsimple/all.hpp index 474b802..474b802 100644 --- a/utils/libtest/include/libtest/all.hpp +++ b/utils/libsimple/include/libsimple/all.hpp diff --git a/utils/libtest/include/libtest/device.hpp b/utils/libsimple/include/libsimple/device.hpp index 591d215..3318818 100644 --- a/utils/libtest/include/libtest/device.hpp +++ b/utils/libsimple/include/libsimple/device.hpp @@ -7,7 +7,7 @@ #include "libservice/all.hpp" -namespace libtest +namespace libsimple { class Device : libservice::Device { |