~ubuntu-branches/ubuntu/vivid/manaplus/vivid-proposed

« back to all changes in this revision

Viewing changes to src/net/tmwa/tradehandler.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Andrei Karas, Patrick Matthäi
  • Date: 2014-10-27 18:15:40 UTC
  • mfrom: (1.1.37)
  • Revision ID: package-import@ubuntu.com-20141027181540-jvyjufjo9igruklh
Tags: 1.4.10.25-1
[ Andrei Karas ]
* Updated debian/copyright.

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        void cancel() const override final;
56
56
 
57
57
    protected:
58
 
        void processTradeRequest(Net::MessageIn &msg) const;
 
58
        static void processTradeRequest(Net::MessageIn &msg);
59
59
 
60
60
        static void processTradeItemAdd(Net::MessageIn &msg);
61
61