<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to registerGame</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>Recent changes to registerGame</description><atom:link href="https://sourceforge.net/p/play4cash/wiki/registerGame/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 16 May 2016 19:04:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/play4cash/wiki/registerGame/feed" rel="self" type="application/rss+xml"/><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -11,10 +11,11 @@

 ~~~java
 public GameID registerGame(String GameName, 
-                                           String GameOwner, 
-                                           String LegalAddress, 
-                                           String ContactDetails, Double unitCost, 
-                                           String GamePassword);
+                       String GameOwner, 
+                       String LegalAddress, 
+                       String ContactDetails, 
+                       Double unitCost, 
+                       String GamePassword);
 ~~~

 ####Return value
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 19:04:56 -0000</pubDate><guid>https://sourceforge.netf7f656902040859bcdc800a03f0f38b9437c61b2</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -10,13 +10,17 @@
 ####function prototype

 ~~~java
-public GameID registerGame(String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword);
+public GameID registerGame(String GameName, 
+                                           String GameOwner, 
+                                           String LegalAddress, 
+                                           String ContactDetails, Double unitCost, 
+                                           String GamePassword);
 ~~~

 ####Return value

 GameID
-1. UUID
+1. UUID;
 2. HashedGameID = Hash(GamePassword, GameName, GameOwner, RegistrationTime, Play4CasheSecrectKey4Game)

 #Class diagram
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 19:03:36 -0000</pubDate><guid>https://sourceforge.net4cb6604dd6d3c2512b46138f02b5e61bee744a96</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -8,8 +8,10 @@
 ##Functional description

 ####function prototype
-:::java
+
+~~~java
 public GameID registerGame(String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword);
+~~~

 ####Return value

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:59:36 -0000</pubDate><guid>https://sourceforge.netd2003a6051ddc25f0c5efd54e889cb4339ca925c</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -9,7 +9,7 @@

 ####function prototype
 :::java
-registerGame(String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword);
+public GameID registerGame(String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword);

 ####Return value

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:55:06 -0000</pubDate><guid>https://sourceforge.net0a8383fe0e07e8e0e56531654089a5e1dedad7ac</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -5,13 +5,13 @@
 #Summary
 This method provides functionality to register a game in the play4cash system and returns associated GameID object

-##unctional description
+##Functional description

-###function prototype
+####function prototype
 :::java
-registerGame (String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword)
+registerGame(String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword);

-###Return value
+####Return value

 GameID
 1. UUID
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:54:29 -0000</pubDate><guid>https://sourceforge.neteb34bbdf7da5a9f070f465ab263eae59d3a84abe</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -3,13 +3,15 @@
 Method to be implemented by Max

 #Summary
-
 This method provides functionality to register a game in the play4cash system and returns associated GameID object

-**function prototype**
+##unctional description
+
+###function prototype
+:::java
 registerGame (String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword)

-**Return value**
+###Return value

 GameID
 1. UUID
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:52:47 -0000</pubDate><guid>https://sourceforge.net03400fc708cd59ce9727432f921fe22103f718c7</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:45:40 -0000</pubDate><guid>https://sourceforge.net43e881a0f21cfa24e7cec9cc88d0b20d2c1e87bc</guid></item><item><title>registerGame modified by Max Baburin</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -15,6 +15,6 @@
 1. UUID
 2. HashedGameID = Hash(GamePassword, GameName, GameOwner, RegistrationTime, Play4CasheSecrectKey4Game)

-#Some diagram
+#Class diagram

 [[img src=registerGame.png alt=test]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max Baburin</dc:creator><pubDate>Mon, 16 May 2016 18:45:35 -0000</pubDate><guid>https://sourceforge.netb8a766042e5abbf6daa52c02e7f5e5d4eec76273</guid></item><item><title>registerGame modified by Igor Rakoch</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -2,10 +2,19 @@

 Method to be implemented by Max

-registerGame (GameName, GameOwner, LegalAddress, ContactDetails, unitCost, GamePassword)::GameID
+#Summary
+
+This method provides functionality to register a game in the play4cash system and returns associated GameID object
+
+**function prototype**
+registerGame (String GameName, String GameOwner, String LegalAddress, String ContactDetails, Integer unitCost, String GamePassword)
+
+**Return value**

 GameID
 1. UUID
 2. HashedGameID = Hash(GamePassword, GameName, GameOwner, RegistrationTime, Play4CasheSecrectKey4Game)

+#Some diagram
+
 [[img src=registerGame.png alt=test]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Igor Rakoch</dc:creator><pubDate>Fri, 13 May 2016 21:06:25 -0000</pubDate><guid>https://sourceforge.net117e66e5d9c011e7c9494b9387ad0411df35242f</guid></item><item><title>registerGame modified by Igor Rakoch</title><link>https://sourceforge.net/p/play4cash/wiki/registerGame/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,4 +8,4 @@
 1. UUID
 2. HashedGameID = Hash(GamePassword, GameName, GameOwner, RegistrationTime, Play4CasheSecrectKey4Game)

-![](registerGame.png)
+[[img src=registerGame.png alt=test]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Igor Rakoch</dc:creator><pubDate>Fri, 13 May 2016 21:02:03 -0000</pubDate><guid>https://sourceforge.net165dc50fef57642a54cb780f6dfaa420febccf1d</guid></item></channel></rss>