|
@@ -15,7 +15,7 @@
|
|
#include <config.h>
|
|
#include <config.h>
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <gtest/gtest.h>
|
|
-#include <config/command_interpreter.h>
|
|
|
|
|
|
+#include <cc/command_interpreter.h>
|
|
#include <config/tests/data_def_unittests_config.h>
|
|
#include <config/tests/data_def_unittests_config.h>
|
|
#include <log/logger_name.h>
|
|
#include <log/logger_name.h>
|
|
#include <boost/scoped_ptr.hpp>
|
|
#include <boost/scoped_ptr.hpp>
|
|
@@ -29,7 +29,7 @@ using namespace std;
|
|
namespace {
|
|
namespace {
|
|
|
|
|
|
|
|
|
|
-/// @brief Shortcut method for creating elements from JSON string
|
|
|
|
|
|
+/// @brief Convenience method for creating elements from JSON string
|
|
///
|
|
///
|
|
/// @param str string to be converted
|
|
/// @param str string to be converted
|
|
/// @return Element structure
|
|
/// @return Element structure
|