summaryrefslogtreecommitdiff
path: root/src/net/ea/tradehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/tradehandler.h')
-rw-r--r--src/net/ea/tradehandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/tradehandler.h b/src/net/ea/tradehandler.h
index a11941d5d..cbf19919e 100644
--- a/src/net/ea/tradehandler.h
+++ b/src/net/ea/tradehandler.h
@@ -43,8 +43,6 @@ class TradeHandler notfinal : public Net::TradeHandler
void removeItem(const int slotNum,
const int amount) const override final;
- void processTradeRequest(Net::MessageIn &msg) const;
-
void processTradeResponse(Net::MessageIn &msg) const;
static void processTradeItemAdd(Net::MessageIn &msg);
@@ -56,6 +54,8 @@ class TradeHandler notfinal : public Net::TradeHandler
static void processTradeCancel(Net::MessageIn &msg);
static void processTradeComplete(Net::MessageIn &msg);
+
+ void processTradeRequestContinue(const std::string &partner) const;
};
} // namespace Ea