Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 64026d8cc61f3635b2a35938e7bc89054426c1a3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                  
/*
 * EventReceiver.cpp
 *
 *  Created on: 29.08.2012
 *      Author: karlitsc
 */

#include "EventReceiver.h"

namespace etRuntime {


EventReceiver::~EventReceiver() {
}

} /* namespace etRuntime */

Back to the top