aboutsummaryrefslogtreecommitdiff
path: root/mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base')
-rwxr-xr-xmobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base10
1 files changed, 0 insertions, 10 deletions
diff --git a/mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base b/mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base
deleted file mode 100755
index 7f31f8e..0000000
--- a/mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base
+++ /dev/null
@@ -1,10 +0,0 @@
-package packet;
-
-/**
- * Action types for Server to Client packet
- * @author seojin
- *
- */
-public enum SCActionType {
- OthersJoinConversation, OthersExitConversation, Invitation, participantList, screenNameChange, sendMessage
-}