X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2Fbt2%2Fnotification_iterator.py;h=363f62d28024ce800457d6f6c7936415fd75a810;hb=dc43190b29953dd4aa2bbcdc86b34fb47d76a62c;hp=99bc813621a78b79a81175331044ac8ee34a810d;hpb=e893886e9fca66a3dccf1493aaee1dbb443748f7;p=babeltrace.git diff --git a/bindings/python/bt2/bt2/notification_iterator.py b/bindings/python/bt2/bt2/notification_iterator.py index 99bc8136..363f62d2 100644 --- a/bindings/python/bt2/bt2/notification_iterator.py +++ b/bindings/python/bt2/bt2/notification_iterator.py @@ -68,6 +68,10 @@ class _PrivateConnectionNotificationIterator(_GenericNotificationIterator): return bt2.component._create_generic_component_from_ptr(comp_ptr) +class _OutputPortNotificationIterator(_GenericNotificationIterator): + pass + + class _UserNotificationIterator(_NotificationIterator): def __new__(cls, ptr): # User iterator objects are always created by the native side,