~shevonar/widelands/reworking-menus

« back to all changes in this revision

Viewing changes to src/network/nethost.h

  • Committer: Shevonar
  • Date: 2013-01-15 23:15:22 UTC
  • mfrom: (6432.1.56 trunk)
  • Revision ID: infomh@anmaruco.de-20130115231522-782njbcagjo6olef
mergedĀ currentĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        bool haveUserName
136
136
                (std::string const & name,
137
137
                 uint8_t             ignoreplayer = UserSettings::none());
138
 
        void welcomeClient(uint32_t number, std::string const & playername);
 
138
        void welcomeClient(uint32_t number, std::string & playername);
139
139
        void committedNetworkTime(int32_t time);
140
140
        void recvClientTime(uint32_t number, int32_t time);
141
141