From 686cf083c79fce3a032d229bb1b7ea8ed49046c0 Mon Sep 17 00:00:00 2001 From: Goblin911 Date: Mon, 26 Aug 2013 11:16:39 +0800 Subject: add new network, but userinfo need to rewrite. --- .../Piztor/src/com/macaroon/piztor/ResUpdate.java | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'client/Piztor/src/com/macaroon/piztor/ResUpdate.java') diff --git a/client/Piztor/src/com/macaroon/piztor/ResUpdate.java b/client/Piztor/src/com/macaroon/piztor/ResUpdate.java index 727eaa3..dd0d29b 100644 --- a/client/Piztor/src/com/macaroon/piztor/ResUpdate.java +++ b/client/Piztor/src/com/macaroon/piztor/ResUpdate.java @@ -1,13 +1,13 @@ -package com.macaroon.piztor; - - -//--------------------------------------// -// Respond to update location // -//--------------------------------------// - -public class ResUpdate extends Res{ - - ResUpdate(int status){ - super(2,status); //for type 2 - } +package com.macaroon.piztor; + + +//--------------------------------------// +// Respond to update location // +//--------------------------------------// + +public class ResUpdate extends Res{ + + ResUpdate(int status){ + super(1,status); //for type 1 + } } \ No newline at end of file -- cgit v1.2.3