summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java
diff options
context:
space:
mode:
authorGoblin911 <goblinliu@gmail.com>2013-08-26 15:17:52 +0800
committerGoblin911 <goblinliu@gmail.com>2013-08-26 15:17:52 +0800
commit772e758cf0b992517dd7435d6ba7a32a9901cf0b (patch)
tree362a13588735285a4f972f4fc0ad341a17d2bacf /client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java
parent70dda8318c79e8c92659ab6be8750efd31b6c6b1 (diff)
add error token jump!
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java b/client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java
index 9ae0cb5..77bcf84 100644
--- a/client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java
+++ b/client/Piztor/src/com/macaroon/piztor/ReqUserinfo.java
@@ -4,11 +4,12 @@ package com.macaroon.piztor;
// Ask user info //
//--------------------------------------//
-public class ReqUserinfo extends Req {
- int uid; // user id
-
- ReqUserinfo(String token, String name, int id, long time, long alive) {
- super(3, token, name, time, alive); // for type 3
+public class ReqUserinfo extends Req{
+ int uid; //user id
+
+
+ ReqUserinfo(String token,String name,int id,long time,long alive){
+ super(3,token,name,time,alive); //for type 3
uid = id;
}
} \ No newline at end of file