]> AND Private Git Repository - blast.git/blobdiff - AbstractInterface.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
added context to dispatcher op.
[blast.git] / AbstractInterface.cpp
index 39e672dbba48223eff149bb37e02a8103b446bd2..6b3d0092da463c1ec849cc05aa39d4c53feeb3c2 100644 (file)
@@ -288,7 +288,7 @@ int AbstractInterface::typeFromString(const QString &_type) {
   return ret;
 }
 
   return ret;
 }
 
-QString AbstractInterface::toVHDL(int context, int flags) throw(Exception) {
+QString AbstractInterface::toVHDL(IfaceVHDLContext context, int flags) throw(Exception) {
 
 
   if (isReferenceInterface()) throw(Exception(IFACE_INVALID_TYPE));
 
 
   if (isReferenceInterface()) throw(Exception(IFACE_INVALID_TYPE));