00001 /********************************************************************** 00002 ** This program is part of 'MOOSE', the 00003 ** Messaging Object Oriented Simulation Environment. 00004 ** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS 00005 ** It is made available under the terms of the 00006 ** GNU Lesser General Public License version 2.1 00007 ** See the file COPYING.LIB for the full notice. 00008 **********************************************************************/ 00009 #ifndef _GROUP_H 00010 #define _GROUP_H 00011 00012 class Group 00013 { 00014 public: 00015 Group(); 00016 static const Cinfo* initCinfo(); 00017 private: 00018 }; 00019 00020 #endif // _GROUP_H