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

« back to all changes in this revision

Viewing changes to src/net/eathena/inventoryhandler.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:
69
69
        void selectEgg(const Item *const item) const override final;
70
70
 
71
71
    protected:
72
 
        void processPlayerEquipment(Net::MessageIn &msg);
73
 
 
74
 
        void processPlayerInventoryAdd(Net::MessageIn &msg);
75
 
 
76
 
        void processPlayerInventory(Net::MessageIn &msg);
77
 
 
78
 
        void processPlayerStorage(Net::MessageIn &msg);
79
 
 
80
 
        void processPlayerEquip(Net::MessageIn &msg);
81
 
 
82
 
        void processPlayerUnEquip(Net::MessageIn &msg);
83
 
 
84
 
        void processPlayerInventoryRemove2(Net::MessageIn &msg);
85
 
 
86
 
        void processPlayerStorageEquip(Net::MessageIn &msg);
87
 
 
88
 
        void processPlayerStorageAdd(Net::MessageIn &msg);
89
 
 
90
 
        void processPlayerUseCard(Net::MessageIn &msg);
91
 
 
92
 
        void processPlayerInsertCard(Net::MessageIn &msg);
 
72
        static void processPlayerEquipment(Net::MessageIn &msg);
 
73
 
 
74
        static void processPlayerInventoryAdd(Net::MessageIn &msg);
 
75
 
 
76
        static void processPlayerInventory(Net::MessageIn &msg);
 
77
 
 
78
        static void processPlayerStorage(Net::MessageIn &msg);
 
79
 
 
80
        static void processPlayerEquip(Net::MessageIn &msg);
 
81
 
 
82
        static void processPlayerUnEquip(Net::MessageIn &msg);
 
83
 
 
84
        static void processPlayerInventoryRemove2(Net::MessageIn &msg);
 
85
 
 
86
        static void processPlayerStorageEquip(Net::MessageIn &msg);
 
87
 
 
88
        static void processPlayerStorageAdd(Net::MessageIn &msg);
 
89
 
 
90
        static void processPlayerUseCard(Net::MessageIn &msg);
 
91
 
 
92
        static void processPlayerInsertCard(Net::MessageIn &msg);
 
93
 
 
94
        static void processPlayerItemRentalTime(Net::MessageIn &msg);
 
95
 
 
96
        static void processPlayerItemRentalExpired(Net::MessageIn &msg);
93
97
};
94
98
 
95
99
}  // namespace EAthena