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
31 lines
577 B
Java
31 lines
577 B
Java
/*
|
|
* ************* 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
|
|
*/
|