зеркало из https://github.com/mozilla/pjs.git
add IID method.
This commit is contained in:
Родитель
bae2f86be4
Коммит
d8d76dad0f
|
@ -32,6 +32,8 @@ class nsIFormatConverter : public nsISupports {
|
|||
|
||||
public:
|
||||
|
||||
static const nsIID& GetIID() { static nsIID iid = NS_IFORMATCONVERTER_IID; return iid; }
|
||||
|
||||
/**
|
||||
* Get the list of the "input" data flavors, in otherwords, the flavors
|
||||
* that this converter can convert "from" (the incoming data to the converter)
|
||||
|
|
Загрузка…
Ссылка в новой задаче