BUG-1120: introduce NotificationListenerMap 89/7589/1
authorRobert Varga <rovarga@cisco.com>
Mon, 2 Jun 2014 11:26:47 +0000 (13:26 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 2 Jun 2014 11:57:51 +0000 (13:57 +0200)
Introduces encapsulation of the set of listeners, such that
modifications and lookup are isolated fromt the rest of the
implementation -- thus clearly defining the entry points.

Also fixes a possible iteration failure if concurrent modification
happens while a interest listener is being added.

Change-Id: I96e0260d372425d261b352b229ae293e638c287c
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found