Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2010, 3:43:42 PM (14 years ago)
Author:
smerkli
Message:

some progress, nothing working yet though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/masterserver/src/modules/masterserver/ServerList.h

    r7565 r7568  
    3232#include <list>
    3333#include <string>
    34 #include "ServerInformation.h"
     34#include <network/packet/ServerInformation.h>
    3535
    3636/* methods necessary */
     
    5454       * Add server to the game server list
    5555       */
    56       int addServer( ServerInformation *toadd );
     56      int addServer( packet::ServerInformation *toadd );
    5757
    5858      /** \param name Name of the server to remove
     
    7979    private:
    8080      /** the list of servers for internal storage */
    81       std::list<ServerInformation *> serverlist;
     81      std::list<packet::ServerInformation *> serverlist;
    8282  };
    8383}
Note: See TracChangeset for help on using the changeset viewer.