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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user