00001 /* 00002 * Element.cpp 00003 * 00004 * Created on: Nov 29, 2011 00005 * Author: martin 00006 */ 00007 00008 #include "Element.h" 00009 00010 namespace osm 00011 { 00012 00013 Element::~Element() 00014 { 00015 } 00016 00017 /* namespace osm */ 00018 } 00019