Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 4:10:19 PM (18 years ago)
Author:
scheusso
Message:

corrected some errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/PacketManager.h

    r400 r401  
    6666        //call this function to decode, it calls the right decoding function below
    6767        bool elaborate( ENetPacket* packet, int clientId );
     68        struct classid{
     69          int id;
     70          int length;
     71          int classid;
     72          const char *message;
     73        };
    6874private:
    6975        struct ack {
     
    8995        };
    9096       
    91         struct classid{
    92           int id;
    93           int length;
    94           int classid;
    95           const char *message;
    96         };
     97       
    9798       
    9899        void acknowledgement( ENetPacket* packet );
Note: See TracChangeset for help on using the changeset viewer.