Switch to side-by-side view

--- a/src/DIF/RA/NM1FlowTableItem.h
+++ b/src/DIF/RA/NM1FlowTableItem.h
@@ -1,3 +1,5 @@
+//
+// Copyright Š 2014 - 2015 PRISTINE Consortium (http://ict-pristine.eu)
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -42,10 +44,10 @@
     std::string info() const;
 
     Flow* getFlow() const;
-    FABase* getFaBase() const;
-    RMTPort* getRmtPort() const;
-    const RMTQueues& getRmtInputQueues() const;
-    const RMTQueues& getRmtOutputQueues() const;
+    FABase* getFABase() const;
+    RMTPort* getRMTPort() const;
+    const RMTQueues& getRMTInputQueues() const;
+    const RMTQueues& getRMTOutputQueues() const;
     std::string getGateName() const;
     void setConnectionStatus(ConnectionStatus status);
     ConnectionStatus getConnectionStatus();