Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d0408 commit c7c7dd8Copy full SHA for c7c7dd8
Disruptor/AggregateEventHandler.h
@@ -15,7 +15,7 @@ namespace Disruptor
15
/// </summary>
16
/// <typeparam name="T">event implementation storing the data for sharing during exchange or parallel coordination of an event</typeparam>
17
template <class T>
18
- class AggregateEventHandler : IEventHandler< T >, ILifecycleAware
+ class AggregateEventHandler : public IEventHandler< T >, public ILifecycleAware
19
{
20
public:
21
/// <summary>
0 commit comments