Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aryya Dwisatya W
IF3230-Tugas-Besar-Sister-2015
Commits
705eaf84
Commit
705eaf84
authored
Apr 27, 2015
by
adwisatya
Browse files
X
parent
c8b6477f
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/client/TheAlchemistClient/nbproject/private/private.xml
View file @
705eaf84
...
...
@@ -3,6 +3,7 @@
<editor-bookmarks
xmlns=
"http://www.netbeans.org/ns/editor-bookmarks/2"
lastBookmarkId=
"0"
/>
<open-files
xmlns=
"http://www.netbeans.org/ns/projectui-open-files/2"
>
<group>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/client/TheAlchemistClient/src/thealchemist/engine/Connection.java
</file>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/client/TheAlchemistClient/src/thealchemist/engine/Main.java
</file>
</group>
</open-files>
...
...
src/server/nbproject/private/private.xml
View file @
705eaf84
...
...
@@ -3,7 +3,9 @@
<editor-bookmarks
xmlns=
"http://www.netbeans.org/ns/editor-bookmarks/2"
lastBookmarkId=
"0"
/>
<open-files
xmlns=
"http://www.netbeans.org/ns/projectui-open-files/2"
>
<group>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/server/src/thealchemist/Utility.java
</file>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/server/src/thealchemist/Client.java
</file>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/server/src/thealchemist/Database.java
</file>
<file>
file:/C:/Users/adwisatya/Documents/Semester%206/Tugas/IF3230%20Sister/IF3230-Tugas-Besar-Sister-2015/src/server/src/thealchemist/TCPServer.java
</file>
</group>
</open-files>
...
...
src/server/src/thealchemist/Client.java
View file @
705eaf84
...
...
@@ -178,7 +178,8 @@ public class Client extends Thread{
case
"findoffer"
:
cmdFindOffer
(
new
Integer
(
utility
.
JSONtoString
(
"itemid"
,
cmd
)));
break
;
case
"13"
:
System
.
out
.
println
(
cmdSendAccept
(
"ece63df163ce1948008064c006f4900d"
,
"ece63df163ce1948008064c006f4900d"
));
case
"sendaccept"
:
cmdSendAccept
(
utility
.
JSONtoString
(
"token"
,
cmd
),
utility
.
JSONtoString
(
"offer_token"
,
cmd
));
break
;
case
"14"
:
System
.
out
.
println
(
cmdAccept
(
"ece63df163ce1948008064c006f4900d"
));
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment