VCardRToken.h

00001 /*
00002     
00003     libvcard - vCard parsing library for vCard version 3.0
00004 
00005     Copyright (C) 1999 Rik Hemsley rik@kde.org
00006 
00007   Permission is hereby granted, free of charge, to any person obtaining a copy
00008   of this software and associated documentation files (the "Software"), to
00009   deal in the Software without restriction, including without limitation the
00010   rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
00011   sell copies of the Software, and to permit persons to whom the Software is
00012   furnished to do so, subject to the following conditions:
00013 
00014   The above copyright notice and this permission notice shall be included in
00015   all copies or substantial portions of the Software.
00016 
00017   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00018   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00019   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
00020   AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
00021   ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
00022   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00023 */
00024 
00025 #ifndef RTOKEN_H
00026 #define RTOKEN_H
00027 
00028 #include <qstrlist.h>
00029 
00030 #include <kdelibs_export.h>
00031 
00032 namespace VCARD
00033 {
00034 
00035 KVCARD_EXPORT Q_UINT32 RTokenise(const char * str, const char * delim, QStrList & l);
00036 
00037 }
00038 
00039 #endif
00040 
KDE Home | KDE Accessibility Home | Description of Access Keys