From cbca27c327cac4d40990a7c437edf4ba73724c4c Mon Sep 17 00:00:00 2001 From: "idk%eng.sun.com" Date: Thu, 28 Sep 2000 11:27:41 +0000 Subject: [PATCH] * NOT PART OF TBOX BUILD * Fixed 54348 --- .../classes/org/mozilla/pluglet/mozilla/PlugletPeerImpl.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java/plugins/classes/org/mozilla/pluglet/mozilla/PlugletPeerImpl.java b/java/plugins/classes/org/mozilla/pluglet/mozilla/PlugletPeerImpl.java index 63a499a72ef2..9f47fe61b73c 100644 --- a/java/plugins/classes/org/mozilla/pluglet/mozilla/PlugletPeerImpl.java +++ b/java/plugins/classes/org/mozilla/pluglet/mozilla/PlugletPeerImpl.java @@ -36,7 +36,10 @@ public class PlugletPeerImpl implements PlugletPeer { * Returns the value of a variable associated with the pluglet manager. * @param variable the pluglet manager variable to get */ - public native String getValue(int variable); + public String getValue(int variable) { + throw(new UnsupportedOperationException("PlagletPeer.getValue not implemented yet")); + } + /** * This operation is called by the pluglet instance when it wishes to send a stream of data to the browser. It constructs a * new output stream to which the pluglet may send the data. When complete, the Close and Release methods should be