diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-31 09:20:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-31 09:20:33 (GMT) |
commit | ad193af9c8d6dc3b9263dd9a80265c319d400012 (patch) | |
tree | 23104024bab0bfdd4a28118a2c2b7d267e6d9c07 /generic/tclOO.h | |
parent | 0b9fa5408c816ce2b76239a66b3bbc63da4b5d92 (diff) | |
download | tcl-tip_257_implementation_branch.zip tcl-tip_257_implementation_branch.tar.gz tcl-tip_257_implementation_branch.tar.bz2 |
Renamed functions to reduce confusion and added to header file.
tip_257_implementation_branch
Diffstat (limited to 'generic/tclOO.h')
-rw-r--r-- | generic/tclOO.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclOO.h b/generic/tclOO.h index 14d00a4..ea36f89 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclOO.h,v 1.1.2.40 2006/10/22 23:01:37 dkf Exp $ + * RCS: @(#) $Id: tclOO.h,v 1.1.2.41 2006/10/31 09:20:33 dkf Exp $ */ // vvvvvvvvvvvvvvvvvvvvvv MOVE TO TCL.DECLS vvvvvvvvvvvvvvvvvvvvvv @@ -56,6 +56,8 @@ ClientData Tcl_ObjectGetMetadata(Tcl_Object object, void Tcl_ObjectSetMetadata(Tcl_Object object, const Tcl_ObjectMetadataType *typePtr, ClientData metadata); +Tcl_Class Tcl_GetClassOfClasses(Tcl_Interp *interp); +Tcl_Class Tcl_GetClassOfObjects(Tcl_Interp *interp); // ^^^^^^^^^^^^^^^^^^^^^^ MOVE TO TCL.DECLS ^^^^^^^^^^^^^^^^^^^^^^ /* |