--- a/src/DIF/RA/NM1FlowTableItem.cc
+++ b/src/DIF/RA/NM1FlowTableItem.cc
@@ -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
@@ -70,24 +72,24 @@
}
-FABase* NM1FlowTableItem::getFaBase() const
+FABase* NM1FlowTableItem::getFABase() const
{
return fa;
}
-RMTPort* NM1FlowTableItem::getRmtPort() const
+RMTPort* NM1FlowTableItem::getRMTPort() const
{
return rmtPort;
}
-const RMTQueues& NM1FlowTableItem::getRmtInputQueues() const
+const RMTQueues& NM1FlowTableItem::getRMTInputQueues() const
{
return rmtPort->getInputQueues();
}
-const RMTQueues& NM1FlowTableItem::getRmtOutputQueues() const
+const RMTQueues& NM1FlowTableItem::getRMTOutputQueues() const
{
return rmtPort->getOutputQueues();
}