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