From 7a606637907476942c1f6686137ada6898d7eb14 Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 26 Aug 2013 08:50:47 +0800 Subject: purged the repo --- .../.history/1/f02df33e860d00131719b896d543f08c | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 client/.metadata/.plugins/org.eclipse.core.resources/.history/1/f02df33e860d00131719b896d543f08c (limited to 'client/.metadata/.plugins/org.eclipse.core.resources/.history/1/f02df33e860d00131719b896d543f08c') diff --git a/client/.metadata/.plugins/org.eclipse.core.resources/.history/1/f02df33e860d00131719b896d543f08c b/client/.metadata/.plugins/org.eclipse.core.resources/.history/1/f02df33e860d00131719b896d543f08c deleted file mode 100644 index 0c5fcbc..0000000 --- a/client/.metadata/.plugins/org.eclipse.core.resources/.history/1/f02df33e860d00131719b896d543f08c +++ /dev/null @@ -1,31 +0,0 @@ -package com.macaroon.piztor; - -import android.annotation.SuppressLint; -import java.util.HashMap; -import java.util.Vector; - -public class Infomation { - static String ip = "69.85.86.42"; - static int port = 9990; - static int token = -1; - static int myId = -1; - static int myGroup = -1; - class UserInfo { - int id; - double lat, lot; - } - - class Group { - int id; - Vector v; - } - - static HashMap mp; - - @SuppressLint("UseSparseArrays") - static void init() { - mp = new HashMap(); - mp = new Spa - } - -} -- cgit v1.2.3