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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-10-12 12:23:57 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20141012122357-7836sgv1j1v02cs2
Tags: 1.4.10.11-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        void removeItem(const int slotNum,
44
44
                        const int amount) const override final;
45
45
 
 
46
    protected:
46
47
        void processTradeResponse(Net::MessageIn &msg) const;
47
48
 
48
 
        static void processTradeItemAddResponse(Net::MessageIn &msg);
49
 
 
50
49
        static void processTradeOk(Net::MessageIn &msg);
51
50
 
52
51
        static void processTradeCancel(Net::MessageIn &msg);
54
53
        static void processTradeComplete(Net::MessageIn &msg);
55
54
 
56
55
        void processTradeRequestContinue(const std::string &partner) const;
 
56
 
 
57
        void processTradeResponseContinue(const uint8_t type) const;
57
58
};
58
59
 
59
60
}  // namespace Ea