|
|
|
|
|
00001 /* ///////////////////////////////////////////////////////////////////////// 00002 * File: pantheios/frontend.h 00003 * 00004 * Purpose: Pantheios front end API 00005 * 00006 * Created: 21st June 2005 00007 * Updated: 24th August 2008 00008 * 00009 * Author: Matthew Wilson 00010 * 00011 * Home: http://www.pantheios.org/ 00012 * 00013 * Copyright: Matthew Wilson and Synesis Software Pty Ltd, 1999-2005. 00014 * Matthew Wilson, 2005-2008. 00015 * All rights reserved. 00016 * 00017 * Redistribution and use in source and binary forms, with or without 00018 * modification, are permitted provided that the following conditions are 00019 * met: 00020 * 00021 * - Redistributions of source code must retain the above copyright notice, 00022 * this list of conditions and the following disclaimer. 00023 * - Redistributions in binary form must reproduce the above copyright 00024 * notice, this list of conditions and the following disclaimer in the 00025 * documentation and/or other materials provided with the distribution. 00026 * - Neither the name(s) of Matthew Wilson and Synesis Software nor the 00027 * names of any contributors may be used to endorse or promote products 00028 * derived from this software without specific prior written permission. 00029 * 00030 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS 00031 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 00032 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 00033 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 00034 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 00035 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 00036 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 00037 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 00038 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 00039 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00040 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00041 * 00042 * ////////////////////////////////////////////////////////////////////// */ 00043 00044 00050 #ifndef PANTHEIOS_INCL_PANTHEIOS_H_FRONTEND 00051 #define PANTHEIOS_INCL_PANTHEIOS_H_FRONTEND 00052 00053 /* ///////////////////////////////////////////////////////////////////////// 00054 * Version information 00055 */ 00056 00057 #ifndef PANTHEIOS_DOCUMENTATION_SKIP_SECTION 00058 # define PANTHEIOS_VER_PANTHEIOS_H_FRONTEND_MAJOR 3 00059 # define PANTHEIOS_VER_PANTHEIOS_H_FRONTEND_MINOR 0 00060 # define PANTHEIOS_VER_PANTHEIOS_H_FRONTEND_REVISION 6 00061 # define PANTHEIOS_VER_PANTHEIOS_H_FRONTEND_EDIT 14 00062 #endif /* !PANTHEIOS_DOCUMENTATION_SKIP_SECTION */ 00063 00064 /* ///////////////////////////////////////////////////////////////////////// 00065 * Includes 00066 */ 00067 00068 #ifndef PANTHEIOS_INCL_PANTHEIOS_H_PANTHEIOS 00069 # include <pantheios/pantheios.h> 00070 #endif /* !PANTHEIOS_INCL_PANTHEIOS_H_PANTHEIOS */ 00071 00072 /* ///////////////////////////////////////////////////////////////////////// 00073 * Front-end API 00074 */ 00075 00120 PANTHEIOS_CALL(int) pantheios_fe_init( void* reserved 00121 , void** ptoken); 00122 00133 PANTHEIOS_CALL(void) pantheios_fe_uninit(void* token); 00134 00156 PANTHEIOS_CALL(char const*) pantheios_fe_getProcessIdentity(void* token); 00157 00187 PANTHEIOS_CALL(int) pantheios_fe_isSeverityLogged( void* token 00188 , int severity 00189 , int backEndId); 00190 00193 /* ////////////////////////////////////////////////////////////////////// */ 00194 00195 #endif /* !PANTHEIOS_INCL_PANTHEIOS_H_FRONTEND */ 00196 00197 /* ////////////////////////////////////////////////////////////////////// */
|
|
|
| pantheios Library documentation © Matthew Wilson, 2006-2008 |
|

