home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Extensions / APPSource.lha / APlusPlus / libsource / APPObject.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-29  |  685 b   |  22 lines

  1. /******************************************************************************
  2.  **
  3.  **    C++ Class Library for the Amiga⌐ system software.
  4.  **
  5.  **    Copyright (C) 1994 by Armin Vogt  **  EMail: armin@uni-paderborn.de
  6.  **    All Rights Reserved.
  7.  **
  8.  **    $Source: apphome:RCS/libsource/APPObject.cxx,v $
  9.  **    $Revision: 1.1 $
  10.  **    $Date: 1994/07/27 11:46:12 $
  11.  **    $Author: Armin_Vogt $
  12.  **
  13.  ******************************************************************************/
  14.  
  15.  
  16. #include <APlusPlus/environment/APPObject.h>
  17.  
  18.  
  19. static const char rcs_id[] = "$Id: APPObject.cxx,v 1.1 1994/07/27 11:46:12 Armin_Vogt Exp Armin_Vogt $";
  20.  
  21. // runtime type inquiry support
  22. typeinfo(APPObject, no_bases, rcs_id)