X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Ftokenizer.h;h=325347351962d18fd97e446fcb9f930d255039b5;hb=95ccbc452f513a9d6f70de45bc413067e568364c;hp=b80e3eac4a4dcd7043c2cdb1320fcb5f021be3df;hpb=d631a8d89fd0a4b72a84c415ca2bdb4c2ca99bbc;p=ardour.git diff --git a/libs/pbd/pbd/tokenizer.h b/libs/pbd/pbd/tokenizer.h index b80e3eac4a..3253473519 100644 --- a/libs/pbd/pbd/tokenizer.h +++ b/libs/pbd/pbd/tokenizer.h @@ -1,10 +1,30 @@ +/* + Copyright (C) 2000-2007 Paul Davis + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #ifndef PBD_TOKENIZER #define PBD_TOKENIZER #include #include -#include +#include "pbd/libpbd_visibility.h" +#include "pbd/whitespace.h" namespace PBD { @@ -17,7 +37,7 @@ namespace PBD { are discarded. */ template -unsigned int +/*LIBPBD_API*/ unsigned int tokenize(const StringType& str, const StringType& delims, Iter it,