Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Message.h File Reference

#include "Caffeine.h"
#include "MessageStruct.h"
#include "string.h"
#include "Timer.h"

Enumerations

enum  MsgTypes
 Revision 1.11 2005/02/07 19:38:19 mab6d5 Commented out the include for client.h. More...

Detailed Description

Author: Travis Service

Compiler: C++

Project: Caffeine

Description: This file contains the CMessage class declaration. This is the primary class used to store messages sent and recieved between players.

Copyright (c) 2005, Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brian Shaver

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the Caffeine Framework nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Enumeration Type Documentation

enum MsgTypes
 

Revision 1.11 2005/02/07 19:38:19 mab6d5 Commented out the include for client.h.

It doesn't seem to be required. Also added another game family type.

Revision 1.10 2005/02/06 03:40:54 kjm266 Corrected references to the MESSAGE_HEADER. Added version control expantion keywords. Corrected minor errors.

Revision 1.9 2005/02/04 00:06:14 kjm266 Removed the semicolons from the enumeraton. Changed enum for ident family.

Revision 1.01. 01/30/2005 01:54PM. Brian Shaver. Added assignment (=) operator and message type indicator. Revision 1.00. 01/27/2005 03:23PM. Travis Service. Initial Revision


Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo