home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # Copyright (c) 1997 by Cayenne Software Inc.
- #
- # This software is furnished under a license and may be used only in
- # accordance with the terms of such license and with the inclusion of
- # the above copyright notice. This software or any other copies thereof
- # may not be provided or otherwise made available to any other person.
- # No title to and ownership of the software is hereby transferred.
- #
- # The information in this software is subject to change without notice
- # and should not be construed as a commitment by Cayenne Software Inc.
- #
- #---------------------------------------------------------------------------
- #
- # File : @(#)cppclprop.tcl /main/titanic/3 17 Jun 1997
- # Description : Classlib Configuration
- #
- #---------------------------------------------------------------------------
- #
-
- global cplusplusClassLib
- global cplusplusClassLibDefault
-
- set cplusplusClassLib(libcayn) {
- Ptr default CaynPtrDef
- Ptr hash CaynPtrDef
- Set default CaynSetDef
- Set hash CaynSetDef
- OSet default CaynOSetDef
- OSet hash CaynOSetDef
- Dict default CaynDictDef
- Dict hash CaynDictDef
- SetDict default CaynSetDictDef
- SetDict hash CaynSetDictDef
- OSetDict default CaynOSetDictDef
- OSetDict hash CaynOSetDictDef
- }
-
- set cplusplusClassLibDefault libcayn
-