summaryrefslogtreecommitdiff
path: root/client/Socket-demo/Login.java
diff options
context:
space:
mode:
authorTeddy <[email protected]>2013-08-23 21:15:01 +0800
committerTeddy <[email protected]>2013-08-23 21:15:01 +0800
commit9f239db4b690e648db9c3a2df6b0ee7f26edb0c2 (patch)
treeea4f14c857608acb637ddd27f1251d55d244b231 /client/Socket-demo/Login.java
parent12b1d4bc7e56c7de8bf325f702cff1ae114c4db0 (diff)
parente76d8dc824fddada5912eb838a49d77e7f73641e (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Socket-demo/Login.java')
-rw-r--r--client/Socket-demo/Login.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/Socket-demo/Login.java b/client/Socket-demo/Login.java
new file mode 100644
index 0000000..2dd386c
--- /dev/null
+++ b/client/Socket-demo/Login.java
@@ -0,0 +1,6 @@
+package com.example.test;
+
+public class Login{
+ void success(int t){}
+ void failed(){}
+} \ No newline at end of file