Implementation Prototype
// -*- Mode:C++ -*- /************************************************************************\ * * * This file is part of AVANGO. * * * * Copyright 1997 - 2010 Fraunhofer-Gesellschaft zur Foerderung der * * angewandten Forschung (FhG), Munich, Germany. * * * * AVANGO is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * * published by the Free Software Foundation, version 3. * * * * AVANGO is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * GNU General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with AVANGO. If not, see <http://www.gnu.org/licenses/>. * * * \************************************************************************/ // include i/f header #include <> // includes, system #include <> // includes, project #include <> #define AVANGO_MODULENAME_CLASSNAME_DEBUG #undef AVANGO_MODULENAME_CLASSNAME_DEBUG // internal unnamed namespace namespace { // types, internal // variables, internal // functions, internal } // namespace // variables, exported // functions, exported av::moduleName::ClassName::ClassName() {} av::moduleName::ClassName::~ClassName() {}
