00001 #ifndef _LCORE_Programmers_H_ 00002 00003 /* 00004 * Copyright (C) 1991-9 Eric M. Hopper <hopper@omnifarious.mn.org> 00005 * 00006 * This program is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU Lesser General Public License as published 00008 * by the Free Software Foundation; either version 2 of the License, or 00009 * (at your option) any later version. 00010 * 00011 * This program is distributed in the hope that it will be useful, but 00012 * WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this program; if not, write to the Free Software 00018 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00019 */ 00020 00021 /* $Header: /home/hopper/src/cvs/C++/LCore/LCore/Programmers.h,v 1.3 2002/05/09 21:55:21 hopper Exp $ */ 00022 00023 // For a log, see ../ChangeLog 00024 // 00025 // Revision 1.1.1.1 1995/07/22 04:09:25 hopper 00026 // Imported sources 00027 // 00028 // Revision 0.3 1994/10/30 04:41:32 hopper 00029 // Moved various things into the new LCore library. 00030 // 00031 // Revision 0.2 1994/10/27 03:32:36 hopper 00032 // Added two more programmer # declarations. 00033 // 00034 // Revision 0.1 1994/07/21 05:38:24 hopper 00035 // Genesis! 00036 // 00037 00038 #ifdef __GNUG__ 00039 # pragma interface 00040 #endif 00041 00042 #ifndef _LCORE_ClassTypes_H_ 00043 # include <LCore/ClassTypes.h> 00044 #endif 00045 00046 #define _LCORE_Programmers_H_ 00047 00048 namespace strmod { 00049 namespace lcore { 00050 00051 extern const ProgrammerNum EricMHopper_0; 00052 extern const ProgrammerNum WinterFire_0; 00053 extern const ProgrammerNum StPaulSoftware_0; 00054 00055 } // namespace lcore 00056 } // namespace strmod 00057 00058 #endif
1.3-rc1