////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2002-2003 Andreas Huber Doenni, Switzerland // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all copies. // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. ////////////////////////////////////////////////////////////////////////////// #include "Precompiled.hpp" #include "Configuring.hpp" #include #include Configuring::Configuring() { std::cout << "Entering Configuring\n"; } Configuring::~Configuring() { std::cout << "Exiting Configuring\n"; }