[gunzemulator] r342 committed - Fixed the gcc build.

0 views
Skip to first unread message

gunzem...@googlecode.com

unread,
Jun 27, 2010, 12:35:54 PM6/27/10
to gogo-dev...@googlegroups.com
Revision: 342
Author: cg.wowus.cg
Date: Sun Jun 27 09:35:34 2010
Log: Fixed the gcc build.
http://code.google.com/p/gunzemulator/source/detail?r=342

Modified:
/trunk/gogo/src/modules/OnMatchLogin.cpp

=======================================
--- /trunk/gogo/src/modules/OnMatchLogin.cpp Sat Jun 26 14:21:44 2010
+++ /trunk/gogo/src/modules/OnMatchLogin.cpp Sun Jun 27 09:35:34 2010
@@ -16,7 +16,6 @@
using namespace std;
using namespace boost;
using namespace cockpit;
-using namespace packet;

static void reply(
Transmitter* transmitter,
@@ -31,7 +30,7 @@
packet::blob encryptMSG(1, 20);
encryptMSG.add_param(packet::zeros(20));

- transmitter->send(protocol::Match_ResponseLogin(result, serverName, mode,
account, ugrade, pgrade, muid, encryptMSG));
+ transmitter->send(packet::protocol::Match_ResponseLogin(result,
serverName, mode, account, ugrade, pgrade, muid, encryptMSG));
}

void GoGoClient::OnMatchLogin(

Reply all
Reply to author
Forward
0 new messages