summaryrefslogtreecommitdiffstats
path: root/src/knemod/interfacemonitor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:10:44 -0600
committerTimothy Pearson <[email protected]>2011-12-18 18:10:44 -0600
commit15c49bc5b6d612d4021619c4f71c8bca1d692e28 (patch)
treed402577f3db7642d11fd7a5276bf5e8b474ffce0 /src/knemod/interfacemonitor.cpp
parentd979df2f36840b03425e5dc40907f16d10fe4b5c (diff)
downloadknemo-15c49bc5b6d612d4021619c4f71c8bca1d692e28.tar.gz
knemo-15c49bc5b6d612d4021619c4f71c8bca1d692e28.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/knemod/interfacemonitor.cpp')
-rw-r--r--src/knemod/interfacemonitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/interfacemonitor.cpp b/src/knemod/interfacemonitor.cpp
index a3b11a3..fefa45f 100644
--- a/src/knemod/interfacemonitor.cpp
+++ b/src/knemod/interfacemonitor.cpp
@@ -31,7 +31,7 @@ InterfaceMonitor::~InterfaceMonitor()
{
}
-void InterfaceMonitor::checktqStatus( Interface* interface )
+void InterfaceMonitor::checkStatus( Interface* interface )
{
int currentState;
int previousState = interface->getState();