//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbwtGetConfigServerWt_h_INCLUDED__ #define __bbwtGetConfigServerWt_h_INCLUDED__ #include "bbwt_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbwt { class bbwt_EXPORT GetConfigServerWt : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(GetConfigServerWt,bbtk::AtomicBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== // BBTK_DECLARE_INPUT(In,double); BBTK_DECLARE_OUTPUT(Port,std::string); BBTK_DECLARE_OUTPUT(DocRoot,std::string); BBTK_PROCESS(Process); void Process(); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(GetConfigServerWt,bbtk::AtomicBlackBox); BBTK_NAME("GetConfigServerWt"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); // BBTK_INPUT(GetConfigServerWt,In,"First input",double,""); BBTK_OUTPUT(GetConfigServerWt,Port,"port",std::string,""); BBTK_OUTPUT(GetConfigServerWt,DocRoot,"doc root",std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(GetConfigServerWt); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbwt #endif // __bbwtGetConfigServerWt_h_INCLUDED__