00001 /* 00002 * Universidade Federal de Campina Grande 00003 * Centro de Engenharia Elétrica e Informática 00004 * Laboratório de Sistemas Embarcados e Computação Pervasiva 00005 * BRisa Project / BRisa-Qt - http://brisa.garage.maemo.org 00006 * Filename: brisautils.h 00007 * Created: 00008 * Description: General functions used on BRisa 00009 * Authors: Danilo Freitas <dsurviver@gmail.com> @since 2010 00010 * 00011 * 00012 * Copyright (C) <2009> <Embbeded Systems and Pervasive Computing Laboratory> 00013 * 00014 * BRisa-Qt is free software: you can redistribute it and/or modify 00015 * it under the terms of the GNU Lesser General Public License as 00016 * published by the Free Software Foundation, either version 3 of 00017 * the License, or (at your option) any later version. 00018 * 00019 * This program is distributed in the hope that it will be useful, 00020 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00022 * GNU General Public License for more details. 00023 * 00024 * You should have received a copy of the GNU Lesser General Public License 00025 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00026 */ 00027 00028 #include <QString> 00029 #include <QUuid> 00030 00034 QString getUuid(); 00035 00036 QString getCompleteUuid(); 00037
1.6.3