summaryrefslogtreecommitdiffstats
path: root/parameter/Mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/Mapper.h')
-rw-r--r--parameter/Mapper.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/parameter/Mapper.h b/parameter/Mapper.h
index 81ba9ce..fcf751a 100644
--- a/parameter/Mapper.h
+++ b/parameter/Mapper.h
@@ -31,14 +31,12 @@
#include <string>
-using namespace std;
-
class CInstanceConfigurableElement;
class IMapper
{
public:
- virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, string& strError) = 0;
+ virtual bool mapBegin(CInstanceConfigurableElement* pInstanceConfigurableElement, bool& bKeepDiving, std::string& strError) = 0;
virtual void mapEnd() = 0;
protected: