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

Private GIT Repository
moved clocks list to graph
[blast.git] / AbstractInterface.h
index 95ad4bb5280ef7a8751b70ca5abeb62558511399..1e208bfbbd275e33bc7e8cf6b1b66daae3b2e834 100644 (file)
@@ -56,8 +56,7 @@ public :
   inline AbstractInterface* getAssociatedIface() { return associatedIface; }
   inline QString getClockIfaceString() { return clkIface; }
   inline int getClockIfaceType() { return clkIfaceType; }
-  AbstractInterface* getClockIface();
-
+  AbstractInterface* getClockIface();  
 
   double getDoubleWidth() throw(QException);
   
@@ -92,8 +91,7 @@ protected:
   int direction;
   int type;
   QString width;
-  int endianess;
-
+  int endianess;  
 
   AbstractBlock* owner;
   /*!