Author: xor
Date: 2008-10-27 22:24:24 +0000 (Mon, 27 Oct 2008)
New Revision: 23121
Modified:
trunk/plugins/WoT/WoT.java
Log:
Add functions which need to be implemented for FMS.
Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java 2008-10-27 21:55:28 UTC (rev 23120)
+++ trunk/plugins/WoT/WoT.java 2008-10-27 22:24:24 UTC (rev 23121)
@@ -731,6 +731,16 @@
return seed;
}
+ public ObjectSet<OwnIdentity> getAllOwnIdentities() {
+ // FIXME: Implement this, needed by FMS.
+ throw new UnsupportedOperationException();
+ }
+
+ public ObjectSet<Identity> getAllIdentities() {
+ // FIXME: Implement this, needed by FMS.
+ throw new UnsupportedOperationException();
+ }
+
public PageMaker getPageMaker() {
if(pm == null) {
pm = pr.getPageMaker();