]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h
#2691 creaWT Feature New Normal - Implementation temp files
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtGetConfigServerWt.h
diff --git a/wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h b/wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h
new file mode 100644 (file)
index 0000000..e4224cf
--- /dev/null
@@ -0,0 +1,47 @@
+//===== 
+// 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__
+