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, 10 insertions, 0 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
new file mode 100755
index 0000000..7f31f8e
--- /dev/null
+++ b/mobileapp/src/smoots/udesign/packet/.svn/text-base/SCActionType.java.svn-base
@@ -0,0 +1,10 @@
+package packet;
+
+/**
+ * Action types for Server to Client packet
+ * @author seojin
+ *
+ */
+public enum SCActionType {
+ OthersJoinConversation, OthersExitConversation, Invitation, participantList, screenNameChange, sendMessage
+}