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

Gateway.h File Reference

#include "Caffeine.h"
#include "NetworkPlayer.h"
#include "PlayerPackage.h"
#include "Mailbox.h"
#include "Mutex.h"
#include "GatewayMessage.h"
#include <list>
#include "Gateway.hpp"

Enumerations

enum  GW_ERRORS
 VERSION CONTROL HISTORY
Revision
1.1
. More...
enum  AUTH_CODE
 AUTHCODE. More...

Detailed Description

Author: Kevin Markussen

Compiler: C++

Project: Caffeine

Description: This file contains a default template for all header files. Customize these file blocks to suite the project needs.

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 AUTH_CODE
 

AUTHCODE.

Description: This enumerated type lists all of the possible authorization results.

Limitations: None

enum GW_ERRORS
 

VERSION CONTROL HISTORY

Revision
1.1
.

Log
Gateway.h,v
Revision 1.1 2005/06/12 18:20:32 mabruns Initial Import

Revision 1.11 2005/04/12 04:33:20 kjm266 The Gateway now handles the changes to the gateway protocol. The peer type is now returned in the structure from GetReadyPlayer.

Revision 1.10 2005/04/06 18:54:52 kjm266 The gateway is now configured to allow connections at creation.

Revision 1.9 2005/03/22 20:26:47 mab6d5 Removed the mailbox parameter of the AddPlayer function. This is no longer used nor needed.

Revision 1.8 2005/03/22 00:21:58 mab6d5 Made the IsPlayerReady function a constant function.

Revision 1.7 2005/03/21 01:29:47 kjm266 Added IsPlayerReady function

Revision 1.6 2005/03/20 23:52:36 tcsvw5 Moved inline functions to a seperate file

Revision 1.5 2005/03/19 22:50:34 kjm266 Distinguished between connection types and player types. Only connection types are checked during authorization process.

Revision 1.4 2005/03/18 23:58:52 kjm266 Corrected issue where connection types were being confused with player types. The gateway now correctly authenticates client players

Revision 1.3 2005/03/15 20:52:50 kjm266 Now supports different connection types (gui, client, etc). Added new Add OutgoingConnection functions.

Revision 1.2 2005/03/07 22:54:39 plh844 Fixed Caffeine.h usage for Linux support.

Revision 1.1 2005/02/27 00:55:10 kjm266 Initial Revision.


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

SourceForge.net Logo