summaryrefslogtreecommitdiff
path: root/client/Piztor/src/com/macaroon/piztor/ResPushLocation.java
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-30 22:48:29 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-30 22:48:29 +0800
commit29b6f83eca288a1bdc2b5cfcbbd1ae2651b97ae6 (patch)
tree173a519dbb893170aa4856a727205f0d73b8b2fd /client/Piztor/src/com/macaroon/piztor/ResPushLocation.java
parent3054e381a1d384dee4206bfe5646f057bf82446e (diff)
parent1cc2c0f8319df86602da0ae1eed6456d4ff3b172 (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/src/com/macaroon/piztor/ResPushLocation.java')
-rw-r--r--client/Piztor/src/com/macaroon/piztor/ResPushLocation.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/client/Piztor/src/com/macaroon/piztor/ResPushLocation.java b/client/Piztor/src/com/macaroon/piztor/ResPushLocation.java
deleted file mode 100644
index c3e2b64..0000000
--- a/client/Piztor/src/com/macaroon/piztor/ResPushLocation.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package com.macaroon.piztor;
-
-import java.util.Vector;
-
-//--------------------------------------//
-// Push Location //
-//--------------------------------------//
-
-public class ResPushLocation extends Res{
- Vector<RLocation> l; //vector for location info
- int n; //number of location info
-
- ResPushLocation(int num,Vector<RLocation> locationvec){
- super(101,0); //for type 101
- l = locationvec;
- n = num;
- }
-} \ No newline at end of file