/* * 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 "xotclInt.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. */ NxIntStubs nxIntStubs = { TCL_STUB_MAGIC, NULL, }; static NxStubHooks nxStubHooks = { &nxIntStubs }; NxStubs nxStubs = { TCL_STUB_MAGIC, &nxStubHooks, Nx_Init, /* 0 */ NULL, /* 1 */ XOTclIsClass, /* 2 */ NULL, /* 3 */ XOTclGetObject, /* 4 */ XOTclGetClass, /* 5 */ XOTclCreateObject, /* 6 */ NULL, /* 7 */ NULL, /* 8 */ XOTclDeleteObject, /* 9 */ NULL, /* 10 */ NULL, /* 11 */ NULL, /* 12 */ XOTclRemoveObjectMethod, /* 13 */ XOTclRemoveClassMethod, /* 14 */ XOTclOSetInstVar, /* 15 */ XOTclOGetInstVar, /* 16 */ NULL, /* 17 */ NULL, /* 18 */ XOTcl_ObjSetVar2, /* 19 */ XOTcl_ObjGetVar2, /* 20 */ XOTclUnsetInstVar2, /* 21 */ NULL, /* 22 */ XOTclErrMsg, /* 23 */ XOTclVarErrMsg, /* 24 */ XOTclErrInProc, /* 25 */ NULL, /* 26 */ XOTclErrBadVal_, /* 27 */ XOTclObjErrType, /* 28 */ XOTclStackDump, /* 29 */ NULL, /* 30 */ NULL, /* 31 */ XOTclSetObjClientData, /* 32 */ XOTclGetObjClientData, /* 33 */ XOTclSetClassClientData, /* 34 */ XOTclGetClassClientData, /* 35 */ XOTclRequireObjNamespace, /* 36 */ XOTclErrBadVal, /* 37 */ XOTclNextObjCmd, /* 38 */ XOTclCallMethodWithArgs, /* 39 */ XOTclObjErrArgCnt, /* 40 */ XOTclAddObjectMethod, /* 41 */ XOTclAddClassMethod, /* 42 */ XOTclCreate, /* 43 */ }; /* !END!: Do not edit above this line. */ MODULE_SCOPE const NxStubs * const nxConstStubPtr; const NxStubs * const nxConstStubPtr = &nxStubs;