gmlTcl_WrapperRootClass.h

00001 // gmlTcl_WrapperRootClass.h --
00002 //
00003 //    Implements methods common to all class wrappers.
00004 //
00005 //  Copyright (c) 2003 CLIPS-IMAG
00006 //
00007 //  See the file "gml_LicenseTerms.txt" for information on usage and redistribution
00008 //  of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00009 //
00010 //  Created on May 20, 2003 (FB).
00011 
00012 #ifndef __GMLTCL_WRAPPERROOTCLASS__
00013 #define __GMLTCL_WRAPPERROOTCLASS__
00014 
00015 
00016 
00017 #include "gml/tcl/wrapper/wrapper/gmlTcl_Wrapper.h"
00018 
00019 
00020 
00021 extern gmlTclTWrapClass*   gmlTclgWrapRootClassWrapper;
00022 extern gmlTcl_TMethodDescr gmlTclgRootClassMethods[];
00023 
00024 int gmlTcl_WrapRootClassInit (Tcl_Interp* interp);
00025 void gmlTcl_WrapRootClassExit ();
00026 
00027 
00028 
00029 
00030 #endif
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.