![]() |
User Manual, Developers Guide and API Documentation |
![]() |
00001 /****************************************************************************** 00002 * Glue * 00003 * __________________________________________________________________________ * 00004 * * 00005 * Copyright (C) 2005-2006 * 00006 * Lehrstuhl fuer Kommunikationsnetze (ComNets) * 00007 * Kopernikusstr. 16, D-52074 Aachen, Germany * 00008 * phone: ++49-241-80-27910 (phone), fax: ++49-241-80-22242 * 00009 * email: wns@comnets.rwth-aachen.de * 00010 * www: http://wns.comnets.rwth-aachen.de * 00011 ******************************************************************************/ 00012 00013 #ifndef GLUE_GLUE_HPP 00014 #define GLUE_GLUE_HPP 00015 00016 #include <WNS/module/Module.hpp> 00017 00018 namespace glue { 00024 class Glue : 00025 public wns::module::Module<Glue> 00026 { 00027 public: 00031 explicit 00032 Glue(const wns::pyconfig::View& pyco); 00033 00037 virtual 00038 ~Glue(); 00039 00049 virtual void 00050 configure(); 00051 00055 virtual void 00056 startUp(); 00057 00061 virtual void 00062 shutDown(); 00064 }; // Glue 00065 00066 } // glue 00067 00068 #endif // NOT defined GLUE_GLUE_HPP 00069 00070 00071
1.5.5