/* * nxStubInit.c -- * * This file contains the initializers for the XOTcl stub vectors. * * Copyright (c) 1998-1999 by XXX * * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #include "nsfInt.h" /* * Remove macros that will interfere with the definitions below. */ /* * WARNING: The contents of this file is automatically generated by the * tools/genStubs.tcl script. Any modifications to the function declarations * below should be made in the generic/tcl.decls script. */ /* !BEGIN!: Do not edit below this line. */ NsfIntStubs nsfIntStubs = { TCL_STUB_MAGIC, NULL, }; static NsfStubHooks nsfStubHooks = { &nsfIntStubs }; NsfStubs nsfStubs = { TCL_STUB_MAGIC, &nsfStubHooks, Nsf_Init, /* 0 */ NULL, /* 1 */ NsfIsClass, /* 2 */ NULL, /* 3 */ NsfGetObject, /* 4 */ NsfGetClass, /* 5 */ NsfCreateObject, /* 6 */ NULL, /* 7 */ NULL, /* 8 */ NsfDeleteObject, /* 9 */ NULL, /* 10 */ NULL, /* 11 */ NULL, /* 12 */ NsfRemoveObjectMethod, /* 13 */ NsfRemoveClassMethod, /* 14 */ NsfOSetInstVar, /* 15 */ NsfOGetInstVar, /* 16 */ NULL, /* 17 */ NULL, /* 18 */ Nsf_ObjSetVar2, /* 19 */ Nsf_ObjGetVar2, /* 20 */ NsfUnsetInstVar2, /* 21 */ NULL, /* 22 */ NsfErrMsg, /* 23 */ NsfVarErrMsg, /* 24 */ NsfErrInProc, /* 25 */ NULL, /* 26 */ NsfErrBadVal_, /* 27 */ NsfObjErrType, /* 28 */ NsfStackDump, /* 29 */ NULL, /* 30 */ NULL, /* 31 */ NsfSetObjClientData, /* 32 */ NsfGetObjClientData, /* 33 */ NsfSetClassClientData, /* 34 */ NsfGetClassClientData, /* 35 */ NsfRequireObjNamespace, /* 36 */ NsfErrBadVal, /* 37 */ NsfNextObjCmd, /* 38 */ NsfCallMethodWithArgs, /* 39 */ NsfObjErrArgCnt, /* 40 */ NsfAddObjectMethod, /* 41 */ NsfAddClassMethod, /* 42 */ NsfCreate, /* 43 */ }; /* !END!: Do not edit above this line. */ MODULE_SCOPE const NsfStubs * const nsfConstStubPtr; const NsfStubs * const nsfConstStubPtr = &nsfStubs;