home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C Programming Starter Kit 2.0
/
SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso
/
bc45
/
classsrc.pak
/
CASTABLE.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-23
|
879b
|
27 lines
/*------------------------------------------------------------------------*/
/* */
/* CASTABLE.CPP */
/* */
/* Copyright (c) 1992, 1994 Borland International */
/* All Rights Reserved */
/* */
/*------------------------------------------------------------------------*/
#if !defined( BI_NO_RTTI )
#define BI_NO_RTTI
#endif
#if !defined( CLASSLIB_OBJSTRM_H )
#include <classlib/objstrm.h>
#endif
TStreamableBase::~TStreamableBase()
{
}
void *TStreamableBase::FindBase( Type_id ) const
{
return 0;
}