Switch to side-by-side view

--- a/src/DAF/IRM/ConnectionTableEntry.h
+++ b/src/DAF/IRM/ConnectionTableEntry.h
@@ -35,7 +35,6 @@
     //De-constructors
     ConnectionTableEntry();
     ConnectionTableEntry(Flow* flow);
-    ConnectionTableEntry(Flow* flow, cGate* nIn, cGate* nOut);
     virtual ~ConnectionTableEntry();
 
     std::string info() const;
@@ -45,8 +44,6 @@
     void setConStatus(ConnectionStatus conStatus);
     FABase* getFlowAlloc() const;
     void setFlowAlloc(FABase* flowAlloc);
-    Flow* getFlowObject() const;
-    void setFlowObject(Flow* flowObject);
     cGate* getNorthGateIn() const;
     void setNorthGateIn(cGate* northGateIn);
     cGate* getNorthGateOut() const;
@@ -55,11 +52,14 @@
     void setSouthGateIn(cGate* southGateIn);
     cGate* getSouthGateOut() const;
     void setSouthGateOut(cGate* southGateOut);
+    const APNamingInfo& getApni() const;
+    void setApni(const APNamingInfo& apni);
 
     cModule* getIpc() const;
 
   private:
-    Flow*   FlowObject;
+    //Flow*   FlowObject;
+    APNamingInfo apni;
     ConnectionStatus conStatus;
     cGate*  northGateIn;
     cGate*  northGateOut;