aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'mobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base')
-rwxr-xr-xmobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base14
1 files changed, 0 insertions, 14 deletions
diff --git a/mobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base b/mobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base
deleted file mode 100755
index 1b1a0cc..0000000
--- a/mobileapp/src/smoots/udesign/packet/.svn/text-base/Packet.java.svn-base
+++ /dev/null
@@ -1,14 +0,0 @@
-package packet;
-
-/**
- * Interface for Packet datatype.
- * @author seojin
- *
- */
-public interface Packet {
- /**
- * Return text form packet that can be sent throgh socket.
- * @return text form packet
- */
- public String packetToText();
-}