fixing iid of nsIAbsorbingTransaction

git-svn-id: svn://10.0.0.236/trunk@54754 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
1999-11-30 14:31:47 +00:00
parent 3752469ca6
commit ae8be3e7b8
2 changed files with 8 additions and 6 deletions

View File

@@ -30,10 +30,11 @@ Transaction interface to outside world
*/
#define NS_IABSORBINGTRANSACTION_IID \
{ /* a6cf910b-15b3-11d2-932e-00805f8add32 */ \
0xa6cf910b, 0x15b3, 0x11d2, \
{ /* a6cf9116-15b3-11d2-932e-00805f8add32 */ \
0xa6cf9116, \
0x15b3, \
0x11d2, \
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} }
#include "nsCOMPtr.h"
#include "nsWeakPtr.h"
#include "nsIAtom.h"

View File

@@ -30,10 +30,11 @@ Transaction interface to outside world
*/
#define NS_IABSORBINGTRANSACTION_IID \
{ /* a6cf910b-15b3-11d2-932e-00805f8add32 */ \
0xa6cf910b, 0x15b3, 0x11d2, \
{ /* a6cf9116-15b3-11d2-932e-00805f8add32 */ \
0xa6cf9116, \
0x15b3, \
0x11d2, \
{0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32} }
#include "nsCOMPtr.h"
#include "nsWeakPtr.h"
#include "nsIAtom.h"