ooUtils.hGo to the documentation of this file.00001 /* 00002 * Copyright (C) 2004-2009 by Objective Systems, Inc. 00003 * 00004 * This software is furnished under an open source license and may be 00005 * used and copied only in accordance with the terms of this license. 00006 * The text of the license may generally be found in the root 00007 * directory of this installation in the COPYING file. It 00008 * can also be viewed online at the following URL: 00009 * 00010 * http://www.obj-sys.com/open/license.html 00011 * 00012 * Any redistributions of this file including modified versions must 00013 * maintain this copyright notice. 00014 * 00015 *****************************************************************************/ 00020 #ifndef _OOUTILS_H_ 00021 #define _OOUTILS_H_ 00022 #include "ootypes.h" 00023 00032 EXTERN const char* ooUtilsGetText 00033 (OOUINT32 idx, const char** table, size_t tabsiz); 00034 00042 EXTERN OOBOOL ooUtilsIsStrEmpty (const char * str); 00043 00050 EXTERN OOBOOL ooIsDialedDigit (const char* str); 00051 00063 EXTERN int ooUtilsTextToBool (const char* str, OOBOOL* pbool); 00064 00065 #endif |