home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------*/
- /* filename - scluster.cpp */
- /* */
- /* Registeration object for the class TCluster */
- /*------------------------------------------------------------*/
-
- /*------------------------------------------------------------*/
- /* */
- /* Turbo Vision - Version 1.0 */
- /* */
- /* */
- /* Copyright (c) 1991 by Borland International */
- /* All Rights Reserved. */
- /* */
- /*------------------------------------------------------------*/
-
- #define Uses_TStreamableClass
- #define Uses_TCluster
- #include <tv.h>
- __link( RView )
- __link( RStringCollection )
-
- TStreamableClass RCluster( TCluster::name,
- TCluster::build,
- __DELTA(TCluster)
- );
-
-