Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 976cda3abc1e00d5866f28dcd670d706a5393aee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * IEventReceiver.cpp
 *
 *  Created on: 08.06.2012
 *      Author: karlitsc
 */

#include "IEventReceiver.h"

namespace etRuntime {

IEventReceiver::IEventReceiver() {
}

IEventReceiver::~IEventReceiver() {
}

} /* namespace etRuntime */

Back to the top