Implement testcase interface as IDL. Not part of default build.

git-svn-id: svn://10.0.0.236/trunk@163366 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pedemont%us.ibm.com
2004-10-07 15:48:38 +00:00
parent ea708c7320
commit 2f5b23f1e0
4 changed files with 60 additions and 16 deletions

View File

@@ -37,7 +37,6 @@
import org.mozilla.xpcom.*;
public class Foo implements IFoo {
static int gCount;
@@ -63,7 +62,7 @@ public class Foo implements IFoo {
}
// IFoo implementation
public int id()
public int getId()
{
return mID;
}