Skip to content
Snippets Groups Projects
Commit dcb28819 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

explicit namespace

parent 8e310931
No related branches found
No related tags found
No related merge requests found
......@@ -493,7 +493,7 @@ void GlobalConfiguration::addOptionZeroTokens(const char* name,
/**
*return the cdatawrapper that contains the global configuraiton
*/
chaos_data::CDataWrapper *GlobalConfiguration::getConfiguration(){
chaos::common::data::CDataWrapper *GlobalConfiguration::getConfiguration(){
return configuration.get();
}
......
......@@ -271,7 +271,7 @@ x = hasOption(y);
/**
*return the cdatawrapper that contains the global configuration
*/
chaos_data::CDataWrapper *getConfiguration();
chaos::common::data::CDataWrapper *getConfiguration();
/**
* @param conf the cdatawrapper that contains the global configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment