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

Private GIT Repository
changed sources to stimulis
[blast.git] / AbstractInterface.h
index 0e167dbc0039d992d4b7ec81a3ecaa6f51fcc655..95ad4bb5280ef7a8751b70ca5abeb62558511399 100644 (file)
@@ -54,8 +54,9 @@ public :
   QString getDirectionString();  
   inline AbstractBlock *getOwner() { return owner;}
   inline AbstractInterface* getAssociatedIface() { return associatedIface; }
   QString getDirectionString();  
   inline AbstractBlock *getOwner() { return owner;}
   inline AbstractInterface* getAssociatedIface() { return associatedIface; }
-  inline QString getClockIface() { return clkIface; }
+  inline QString getClockIfaceString() { return clkIface; }
   inline int getClockIfaceType() { return clkIfaceType; }
   inline int getClockIfaceType() { return clkIfaceType; }
+  AbstractInterface* getClockIface();
 
 
   double getDoubleWidth() throw(QException);
 
 
   double getDoubleWidth() throw(QException);