зеркало из https://github.com/mozilla/gecko-dev.git
forgot uuid
This commit is contained in:
Родитель
1a6b2be567
Коммит
f121f74faa
|
@ -11,6 +11,13 @@
|
||||||
|
|
||||||
|
|
||||||
/* starting interface nsINNTPCategory */
|
/* starting interface nsINNTPCategory */
|
||||||
|
|
||||||
|
/* {203b2120-b256-11d2-b7f0-00805f05ffa5} */
|
||||||
|
#define NS_INNTPCATEGORY_IID_STR "203b2120-b256-11d2-b7f0-00805f05ffa5"
|
||||||
|
#define NS_INNTPCATEGORY_IID \
|
||||||
|
{0x203b2120, 0xb256, 0x11d2, \
|
||||||
|
{ 0xb7, 0xf0, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
|
||||||
|
|
||||||
class nsINNTPCategory : public nsISupports {
|
class nsINNTPCategory : public nsISupports {
|
||||||
private:
|
private:
|
||||||
void operator delete(void *); // NOT TO BE IMPLEMENTED
|
void operator delete(void *); // NOT TO BE IMPLEMENTED
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
#include "nsIMsgGroupRecord.idl"
|
#include "nsIMsgGroupRecord.idl"
|
||||||
#include "nsINNTPNewsgroup.idl"
|
#include "nsINNTPNewsgroup.idl"
|
||||||
|
|
||||||
|
[uuid(203b2120-b256-11d2-b7f0-00805f05ffa5)]
|
||||||
interface nsINNTPCategory : nsISupports {
|
interface nsINNTPCategory : nsISupports {
|
||||||
nsINNTPNewsgroup BuildCategoryTree(in nsINNTPNewsgroup parent,
|
nsINNTPNewsgroup BuildCategoryTree(in nsINNTPNewsgroup parent,
|
||||||
in string catName,
|
in string catName,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче