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


#include "IRTObject.h"

namespace etRuntime {

const std::string IRTObject::NO_NAME = "<no name>";

}

Back to the top