X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdVectorToString.h;fp=packages%2Fstd%2Fsrc%2FbbstdVectorToString.h;h=a493ce6bb4a133b6dbfb35a20519c516bf461fb9;hb=b8fe96fbebd153e92de1f1bfcad48ad009365df5;hp=b75907def4a29a30cfa47055e57397ca00a08b28;hpb=edd3ac38162ff897429cc7af71557dc54e7d5efe;p=bbtk.git diff --git a/packages/std/src/bbstdVectorToString.h b/packages/std/src/bbstdVectorToString.h index b75907d..a493ce6 100644 --- a/packages/std/src/bbstdVectorToString.h +++ b/packages/std/src/bbstdVectorToString.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbstdVectorToString.h,v $ Language: C++ - Date: $Date: 2008/12/12 08:55:21 $ - Version: $Revision: 1.8 $ + Date: $Date: 2009/05/14 14:43:38 $ + Version: $Revision: 1.9 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -49,7 +49,6 @@ namespace bbstd BBTK_DECLARE_OUTPUT(Out,std::string); BBTK_PROCESS(DoIt); void DoIt(); - virtual void bbUserConstructor(); }; //================================================================= @@ -67,7 +66,7 @@ namespace bbstd BBTK_END_DESCRIBE_TEMPLATE_BLACK_BOX(VectorToString); //================================================================= - //================================================================= + //================================================================= template void VectorToString::DoIt() { @@ -87,12 +86,21 @@ namespace bbstd //================================================================= template - void VectorToString::bbUserConstructor() + void VectorToString::bbUserSetDefaultValues() { bbSetInputSeparator(" "); } //================================================================= - + template + void VectorToString::bbUserInitializeProcessing() + { + } + //================================================================= + template + void VectorToString::bbUserFinalizeProcessing() + { + } + //================================================================= } // namespace bbstd #endif //__bbstdVectorToString_INCLUDED_h__