added readonly attribute nsITransactionManager transactionManager

This commit is contained in:
jefft%netscape.com 1999-06-09 01:30:27 +00:00
Родитель 351d18f8fa
Коммит acaf589a1f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -28,9 +28,13 @@
#include "nsIDOMXULElement.h"
%}
interface nsITransactionManager;
[scriptable, uuid(4f7966d0-c14f-11d2-b7f2-00805f05ffa5)]
interface nsIMessenger : nsISupports {
readonly attribute nsITransactionManager transactionManager;
void GetNewMessages(in nsIRDFCompositeDataSource database, in nsIDOMXULElement folder);
void Open3PaneWindow();
void SetWindow(in nsIDOMWindow ptr);