![]() Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Frame Grabber Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
gml_APRInit.private.hGo to the documentation of this file.00001 /** 00002 * @file gml_APRInit.private.h 00003 * 00004 * Initialization of the GML base library. 00005 * 00006 * Copyright (c) 2006 CLIPS-IMAG 00007 * 00008 * See the file "gml_LicenseTerms.txt" for information on usage and redistribution 00009 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00010 */ 00011 #ifndef __GML_APR_INIT__ 00012 #define __GML_APR_INIT__ 00013 00014 #include <apr-1/apr_pools.h> 00015 #include "gml/base/gml_Types.h" 00016 00017 00018 GML_EXTERN_C 00019 void gml_APR_Init (); 00020 00021 GML_EXTERN_C 00022 void gml_APR_Exit (); 00023 00024 GML_EXTERN_C 00025 apr_pool_t* gml_APR_Pool (); 00026 00027 GML_EXTERN_C 00028 const char* gml_APR_TempDir (); 00029 00030 00031 #endif /* __GML_APR_INIT__ */
Generated on Tue Jun 12 14:03:27 2007 for gml by
Doxygen 1.5.2.
|
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |