summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/ReqLocation.java
diff options
context:
space:
mode:
authorsjtufs <sjtu_fs@outlook.com>2013-08-30 22:33:16 +0800
committersjtufs <sjtu_fs@outlook.com>2013-08-30 22:33:16 +0800
commit6f38860cd5907501d90eb5518ac42978d7dec834 (patch)
tree6c461b109242e8c0bb59d1f1a1a0373261e8d88a /client/Piztor/src/com/macaroon/piztor/ReqLocation.java
parent04cd785f24d779996df8672938372467af6c9a82 (diff)
update
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/ReqLocation.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/ReqLocation.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/ReqLocation.java b/client/Piztor/src/com/macaroon/piztor/ReqLocation.java
deleted file mode 100644
index 4ed1ffc..0000000
--- a/client/Piztor/src/com/macaroon/piztor/ReqLocation.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package com.macaroon.piztor;
-
-//--------------------------------------//
-// Ask Location //
-//--------------------------------------//
-
-public class ReqLocation extends Req{
- int company; //group id;
- int section;
-
- ReqLocation(String token,String name,int com,int sec,long time,long alive){
- super(2,token,name,time,alive); //for type 2
- company = com;
- section = sec;
- }
-} \ No newline at end of file