2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef LOCAL_VARIABLE_ID_H
6 #define LOCAL_VARIABLE_ID_H
12 class LocalVariableID
: public ObjectID
{
14 virtual ~LocalVariableID();
18 #endif // LOCAL_VARIABLE_ID_H