Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 8:47:08 PM (15 years ago)
Author:
adrfried
Message:

some ggz things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ggz/src/orxonox/GGZClient.h

    r2997 r3000  
    1717
    1818            static GGZClient& getInstance();
     19            static bool isActive();
    1920            virtual void tick(const float dt);
    2021
     
    2223            static GGZClient* singletonRef_s;
    2324
    24             bool active;
    2525            GGZMod * ggzmod;
    2626            boost::asio::io_service io;
    27             boost::asio::ip::tcp::socket ggzSocket;
    28             boost::asio::ip::tcp::socket gameSocket;
     27            boost::asio::local::stream_protocol::socket ggzSocket;
     28            boost::asio::local::stream_protocol::socket gameSocket;
    2929
    3030            void initGGZ();
    3131            void deinitGGZ();
    32             void handleGame(const boost::system::error_code& e);
    33             void handleGGZ(const boost::system::error_code& e);
     32            static void handleGame(const boost::system::error_code& e);
     33            static void handleGGZ(const boost::system::error_code& e);
    3434            static void handleGGZModServer(GGZMod * ggzmod, GGZModEvent e,
    3535                    const void *data);
Note: See TracChangeset for help on using the changeset viewer.