00001 /* ///////////////////////////////////////////////////////////////////////// 00002 * File: pantheios/frontends/fe.simple.h 00003 * 00004 * Purpose: Declaration of the Pantheios fe.simple Stock Front-end API. 00005 * 00006 * Created: 8th May 2006 00007 * Updated: 27th August 2006 00008 * 00009 * Author: Matthew Wilson 00010 * 00011 * Home: http://www.pantheios.org/ 00012 * 00013 * Copyright (c) 2005-2006, Matthew Wilson and Synesis Software 00014 * All rights reserved. 00015 * 00016 * Redistribution and use in source and binary forms, with or without 00017 * modification, are permitted provided that the following conditions are met: 00018 * 00019 * - Redistributions of source code must retain the above copyright notice, this 00020 * list of conditions and the following disclaimer. 00021 * - Redistributions in binary form must reproduce the above copyright notice, 00022 * this list of conditions and the following disclaimer in the documentation 00023 * and/or other materials provided with the distribution. 00024 * - Neither the names of Matthew Wilson and Synesis Software nor the names of 00025 * any contributors may be used to endorse or promote products derived from 00026 * this software without specific prior written permission. 00027 * 00028 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 00029 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 00030 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 00031 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 00032 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 00033 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 00034 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 00035 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 00036 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 00037 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 00038 * POSSIBILITY OF SUCH DAMAGE. 00039 * 00040 * ////////////////////////////////////////////////////////////////////// */ 00041 00042 00048 #ifndef PANTHEIOS_INCL_PANTHEIOS_FRONTENDS_H_FE_SIMPLE 00049 #define PANTHEIOS_INCL_PANTHEIOS_FRONTENDS_H_FE_SIMPLE 00050 00051 /* ///////////////////////////////////////////////////////////////////////// 00052 * Includes 00053 */ 00054 00055 #include <pantheios/pantheios.h> 00056 #include <pantheios/frontend.h> 00057 00058 /* ///////////////////////////////////////////////////////////////////////// 00059 * External Declarations 00060 */ 00061 00065 #if defined(__DMC__) 00066 PANTHEIOS_EXTERN_C const char *FE_SIMPLE_PROCESS_IDENTITY; 00067 #else /* ? compiler */ 00068 PANTHEIOS_EXTERN_C const char FE_SIMPLE_PROCESS_IDENTITY[]; 00069 #endif /* compiler */ 00070 00071 /* ////////////////////////////////////////////////////////////////////// */ 00072 00073 #endif /* PANTHEIOS_INCL_PANTHEIOS_FRONTENDS_H_FE_SIMPLE */ 00074 00075 /* ////////////////////////////////////////////////////////////////////// */
|
|
pantheios Library documentation © Matthew Wilson, 2006 |
|