updating the editor public dir. must change all access methods now

This commit is contained in:
mjudge%netscape.com 1998-11-28 01:20:24 +00:00
Родитель 63135b6376
Коммит bb45a5677d
2 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -22,10 +22,11 @@
#include "nsISupports.h"
#define NS_IEDITOR_IID \
{/* A3C5EE71-742E-11d2-8F2C-006008310194*/ \
0xa3c5ee71, 0x742e, 0x11d2, \
{0x8f, 0x2c, 0x0, 0x60, 0x8, 0x31, 0x1, 0x94} }
#define NS_ICONTEXTLOADER_IID \
{/* {2EFB86B0-8495-11d2-8F35-006008310194}*/ \
0x2efb86b0, 0x8495, 0x11d2, \
{ 0x8f, 0x35, 0x0, 0x60, 0x8, 0x31, 0x1, 0x94 } }
/**

Просмотреть файл

@ -29,6 +29,11 @@ Editor interface to outside world
0xa3c5ee71, 0x742e, 0x11d2, \
{0x8f, 0x2c, 0x0, 0x60, 0x8, 0x31, 0x1, 0x94} }
#define NS_IEDITORFACTORY_IID \
{ /* {E2F4C7F1-864A-11d2-8F38-006008310194}*/ \
0xe2f4c7f1, 0x864a, 0x11d2, \
{ 0x8f, 0x38, 0x0, 0x60, 0x8, 0x31, 0x1, 0x94 } }
enum PROPERTIES{NONE = 0,BOLD = 1,NUMPROPERTIES};
/**
@ -86,9 +91,5 @@ public:
};
/*Factory Method to create an Editor*/
extern nsresult NS_InitEditor(nsIEditor **, nsIDOMDocument *);
#endif //nsIEditor_h__