Shadowrun: Awakened 29 September 2011 - Build 871
Connectivity.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "Singleton.h"
00004 
00005 #include "SraNetworkShared.h"
00006 #include "cat/AllTunnel.hpp"
00007 
00008 
00012 class Connectivity : public Singleton<Connectivity>
00013 {
00014 public:
00015     static Connectivity * getInstance();
00016     bool Initialize(); //TODO: Host
00017     void Shutdown();
00018     //RakPeerInterface* getConnection();
00019 private:
00020     Connectivity(void);
00021     ~Connectivity(void);
00022 
00023     //m_RakPeerInterface* m_rServerInterface;
00024 };

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net