Browse Source

[2225_statistics] add @staticmethod annotation to inc_notifyoutv4() and inc_notifyoutv6()

Naoki Kambe 12 years ago
parent
commit
ad4eae2bc3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/python/isc/statistics/counter.py

+ 2 - 0
src/lib/python/isc/statistics/counter.py

@@ -160,9 +160,11 @@ class Counter():
         return cls._COUNTER
 
     # These method are dummies for isc.notify.notify_out.
+    @staticmethod
     def inc_notifyoutv4(arg):
         """An empty method to be disclosed"""
         pass
+    @staticmethod
     def inc_notifyoutv6(arg):
         """An empty method to be disclosed"""
         pass