]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdWait.xml
#2975 BBTK Bug New Normal - Clean comments
[bbtk.git] / packages / std / src / bbstdWait.xml
index 8d6c09351057640433a8cad0a23e07a95574cd28..b554ceed9f5fd0c2910bd1e435c00ae0ec19f857 100644 (file)
   </process>
   <!--=====================================================================-->
 
-  <!--========================================================================
-    CONSTRUCTORS / DESTRUCTORS (OPTIONAL) 
-    THE CONSTRUCTION METHOD BODY : -->
-  <constructor>
+  <defaultValues>
   <PRE>
     bbSetInputIn(1000);
   </PRE>
-  </constructor>
-
-  <!-- THE COPY-CONSTRUCTION METHOD BODY :
-    Here does nothing 
-    But this is where you should allocate the output pointers if any
-    and copy the pointed values (to avoid bug caused by multiple references)-->
-  <copyconstructor>
-  <PRE>
-  </PRE>
-  </copyconstructor>
+  </defaultValues>
 
-  <!-- THE DESTRUCTION METHOD BODY :
-    Here does nothing 
-    but this is where you should desallocate the output pointers if any -->
-  <destructor>
-  <PRE>
-  </PRE>
-  </destructor>
   <!--=====================================================================-->
 
 <!--=======================================================================-->