X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=blobdiff_plain;f=scilab%2Fmodules%2Fscicos%2Fsrc%2Fcpp%2Fview_scilab%2FTextAdapter.hxx;h=ed340a56c9f632d2a8e79e3e0374ae549700ca21;hp=80c6e3490a371bea81ba6ec567297b36cd016ca9;hb=20461b89081999179a1c8d0adf377d192c27d8d0;hpb=5295c2919702963af9e640216132b0637d5db8a0 diff --git a/scilab/modules/scicos/src/cpp/view_scilab/TextAdapter.hxx b/scilab/modules/scicos/src/cpp/view_scilab/TextAdapter.hxx index 80c6e34..ed340a5 100644 --- a/scilab/modules/scicos/src/cpp/view_scilab/TextAdapter.hxx +++ b/scilab/modules/scicos/src/cpp/view_scilab/TextAdapter.hxx @@ -6,7 +6,7 @@ * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt * */ @@ -27,8 +27,7 @@ namespace view_scilab class TextAdapter : public BaseAdapter { public: - TextAdapter(const TextAdapter& o); - TextAdapter(org_scilab_modules_scicos::model::Annotation* o); + TextAdapter(bool ownAdaptee, org_scilab_modules_scicos::model::Annotation* adaptee); ~TextAdapter(); static const std::wstring getSharedTypeStr()