added readonly attribute nsITransactionManager transactionManager

git-svn-id: svn://10.0.0.236/trunk@34344 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jefft%netscape.com
1999-06-09 01:30:27 +00:00
parent 5cc87fa56e
commit f41673bfbd

View File

@@ -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);