Author: remi
Date: 2008-09-17 15:01:09 +0200 (Wed, 17 Sep 2008)
New Revision: 1872

Modified:
   
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxAPIServer.java
Log:
* added a function to retrieve the client level (tux.server.getClientLevel())

Modified: 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxAPIServer.java
===================================================================
--- 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxAPIServer.java
   2008-09-17 12:57:36 UTC (rev 1871)
+++ 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxAPIServer.java
   2008-09-17 13:01:09 UTC (rev 1872)
@@ -91,6 +91,15 @@
                this.disconnect();
        }
        
+       /**
+        * Get the client level of the API instance.
+        * @return the client level.
+        */
+       public Integer getClientLevel()
+       {
+               return clientLevel;
+       }
+       
        /*
         * 
         */


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to