]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMakeFileName.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / std / src / bbstdMakeFileName.h
index af944629acbcd4b797e7ec29ca79c53d6b110aa6..d9d6eab01d5684cb62202ddc1f98c12a307fe222 100644 (file)
@@ -9,11 +9,11 @@ namespace bbstd
     :
   public bbtk::AtomicBlackBox
   {
-    BBTK_USER_BLACK_BOX_INTERFACE(MakeFileName,bbtk::AtomicBlackBox);
-       BBTK_DECLARE_INPUT(Directory,std::string);
-       BBTK_DECLARE_INPUT(File,std::string);
-       BBTK_DECLARE_INPUT(Extent,std::string);
-       BBTK_DECLARE_OUTPUT(Out,std::string);
+    BBTK_BLACK_BOX_INTERFACE(MakeFileName,bbtk::AtomicBlackBox);
+    BBTK_DECLARE_INPUT(Directory,std::string);
+    BBTK_DECLARE_INPUT(File,std::string);
+    BBTK_DECLARE_INPUT(Extent,std::string);
+    BBTK_DECLARE_OUTPUT(Out,std::string);
     BBTK_PROCESS(DoProcess);
     void DoProcess();