Salome HOME
PR: merge from BR_DATACONV_PR tag "mergeto_trunk_25oct06"
[modules/yacs.git] / src / engine / InputDataStreamPort.hxx
index e62687e8ef11e00d1eeedf41830f9bb38cf42e44..468f02ed9e84bde73f421330ac9aeb78b9badca6 100644 (file)
@@ -13,7 +13,7 @@ namespace YACS
     public:
       static const char NAME[];
     public:
-      InputDataStreamPort(const std::string& name, Node *node, StreamType type);
+      InputDataStreamPort(const std::string& name, Node *node, TypeCode* type);
       std::string getNameOfTypeOfCurrentInstance() const;
     };
   }