Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f2321d895f8109a5e4ba48caace7a46841d89291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * InterfaceItemBaase.cpp
 *
 *  Created on: 06.06.2012
 *      Author: karlitsc
 */

#include "InterfaceItemBase.h"

namespace etRuntime {

InterfaceItemBase::~InterfaceItemBase() {
	// TODO Auto-generated destructor stub
}

} /* namespace etRuntime */

Back to the top