From 0e687f12bd2653adb55ea002b39292678366c525 Mon Sep 17 00:00:00 2001 From: goblin911 Date: Sun, 25 Aug 2013 21:18:19 +0800 Subject: ... --- .../.history/43/e05e9ddd800d00131719b896d543f08c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 client/.metadata/.plugins/org.eclipse.core.resources/.history/43/e05e9ddd800d00131719b896d543f08c (limited to 'client/.metadata/.plugins/org.eclipse.core.resources/.history/43/e05e9ddd800d00131719b896d543f08c') diff --git a/client/.metadata/.plugins/org.eclipse.core.resources/.history/43/e05e9ddd800d00131719b896d543f08c b/client/.metadata/.plugins/org.eclipse.core.resources/.history/43/e05e9ddd800d00131719b896d543f08c new file mode 100644 index 0000000..6173bd0 --- /dev/null +++ b/client/.metadata/.plugins/org.eclipse.core.resources/.history/43/e05e9ddd800d00131719b896d543f08c @@ -0,0 +1,22 @@ +package com.macaroon.piztor; + +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; + + class UserInfo { + int id; + double lat, lot; + } + + class Group { + int id; + Vector v; + } + + static HashMap mp; +} -- cgit v1.2.3