*not part of the build*
fix for 80938 a = avm@sparc.spb.su ovk@sparc.spb.su sva@sparc.spb.su Tests for blackConnect git-svn-id: svn://10.0.0.236/trunk@95860 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* ************* DO NOT EDIT THIS FILE ***********
|
||||
*
|
||||
* This file was automatically generated from iExclusionSupport.idl.
|
||||
*/
|
||||
|
||||
|
||||
package org.mozilla.xpcom;
|
||||
|
||||
|
||||
/**
|
||||
* Interface iExclusionSupport
|
||||
*
|
||||
* IID: 0xf271bdb9-44e8-4f34-a345-490300f1f141
|
||||
*/
|
||||
|
||||
public interface iExclusionSupport extends nsISupports
|
||||
{
|
||||
public static final IID IID =
|
||||
new IID("f271bdb9-44e8-4f34-a345-490300f1f141");
|
||||
|
||||
|
||||
/* void exclude (in unsigned long count, [array, size_is (count)] in string exclusionList); */
|
||||
public void exclude(int count, String[] exclusionList);
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
* end
|
||||
*/
|
||||
Reference in New Issue
Block a user