Author: batosai
Date: 2008-10-04 19:19:04 +0000 (Sat, 04 Oct 2008)
New Revision: 22940

Modified:
   trunk/plugins/WoT/WoT.java
Log:
Added a getClient method, needed by CreateIdentityPage.

Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java  2008-10-04 19:18:14 UTC (rev 22939)
+++ trunk/plugins/WoT/WoT.java  2008-10-04 19:19:04 UTC (rev 22940)
@@ -737,4 +737,8 @@
        public PluginRespirator getPR() {
                return pr;
        }
+       
+       public HighLevelSimpleClient getClient() {
+               return client;
+       }
 }


Reply via email to