Salome HOME
PR: merge from BR_DATACONV_PR tag "mergeto_trunk_25oct06"
[modules/yacs.git] / src / engine / InGate.cxx
index 57008d4ef8fa11d576bc2d8de2a3772c9691c86e..ec6574e1871ad35f08b54c139a8f7630517f0385 100644 (file)
@@ -2,6 +2,7 @@
 #include "Node.hxx"
 
 using namespace YACS::ENGINE;
+using namespace std;
 
 const char InGate::NAME[]="InGate";
 
@@ -9,7 +10,7 @@ InGate::InGate(Node *node):Port(node),_nbPrecursor(0),_nbPrecursorDone(0),_colou
 {
 }
 
-std::string InGate::getNameOfTypeOfCurrentInstance() const
+string InGate::getNameOfTypeOfCurrentInstance() const
 {
   return NAME;
 }