*not part of the buld*
blackConnect tests update git-svn-id: svn://10.0.0.236/trunk@99925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,8 +23,11 @@ public interface iMThreadComponent extends nsISupports
|
||||
/* void Initialize (in iMThreadContext c); */
|
||||
public void initialize(iMThreadContext c);
|
||||
|
||||
/* void Execute (in string tName); */
|
||||
public void execute(String tName);
|
||||
/* void THack (in nsIComponentManager cm); */
|
||||
public void tHack(nsIComponentManager cm);
|
||||
|
||||
/* void Execute (in long thread, in long stage); */
|
||||
public void execute(int thread, int stage);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user