/* * Editor.cpp * * Created on: Apr 30, 2016 * Author: beckermj */ #include "Editor.h" namespace UniversalEditor { namespace UserInterface { Editor::Editor() { // TODO Auto-generated constructor stub } Editor::~Editor() { // TODO Auto-generated destructor stub } } /* namespace UserInterface */ } /* namespace UniversalEditor */