client/member.h

Go to the documentation of this file.
00001 /* $Id: member.h jjs $ */
00002 /*
00003    Copyright (C) 2007 by Jurjen Stellingwerff <jurjen@stwerff.xs4all.nl>
00004    Part of the Moros Project http://moros.sourceforge.net/
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License.
00008    This program is distributed in the hope that it will be useful,
00009    but WITHOUT ANY WARRANTY.
00010 
00011    See the COPYING file for more details.
00012 */
00013 #ifndef MEMBER_HPP_
00014 #define MEMBER_HPP_
00015 
00016 #include <string>
00017 #include <list>
00018 
00020 
00021 class chat_member {
00022   public:
00023     std::string name;
00024     int status;
00025 };
00026 
00027 #endif /*MEMBER_HPP_*/


Generated on Tue Jan 1 17:30:00 2008 for client/member.h Source File by  doxygen   Visit the project page on SourceForge.net Logo