]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtGetConfigServerWt.h
1 //===== 
2 // 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)
3 //===== 
4 #ifndef __bbwtGetConfigServerWt_h_INCLUDED__
5 #define __bbwtGetConfigServerWt_h_INCLUDED__
6 #include "bbwt_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT GetConfigServerWt
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(GetConfigServerWt,bbtk::AtomicBlackBox);
18 //===== 
19 // 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)
20 //===== 
21 //  BBTK_DECLARE_INPUT(In,double);
22   BBTK_DECLARE_OUTPUT(Port,std::string);
23   BBTK_DECLARE_OUTPUT(DocRoot,std::string);
24   BBTK_PROCESS(Process);
25   void Process();
26 //===== 
27 // 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)
28 //===== 
29 };
30
31 BBTK_BEGIN_DESCRIBE_BLACK_BOX(GetConfigServerWt,bbtk::AtomicBlackBox);
32   BBTK_NAME("GetConfigServerWt");
33   BBTK_AUTHOR("InfoDev");
34   BBTK_DESCRIPTION("No Description.");
35   BBTK_CATEGORY("empty");
36 //  BBTK_INPUT(GetConfigServerWt,In,"First input",double,"");
37   BBTK_OUTPUT(GetConfigServerWt,Port,"port",std::string,"");
38   BBTK_OUTPUT(GetConfigServerWt,DocRoot,"doc root",std::string,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(GetConfigServerWt);
40 //===== 
41 // 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)
42 //===== 
43 }
44 // EO namespace bbwt
45
46 #endif // __bbwtGetConfigServerWt_h_INCLUDED__
47