home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 May
/
Pcwk5b98.iso
/
Borland
/
Cplus45
/
BC45
/
CLASSSRC.PAK
/
CASTABLE.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-29
|
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;
}