view dwt/internal/mozilla/nsIDOMCDATASection.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 9a4d7706df52
line wrap: on
line source

module dwt.internal.mozilla.nsIDOMCDATASection;

import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;

import dwt.internal.mozilla.nsIDOMText;

const char[] NS_IDOMCDATASECTION_IID_STR = "a6cf9071-15b3-11d2-932e-00805f8add32";

const nsIID NS_IDOMCDATASECTION_IID= 
  {0xa6cf9071, 0x15b3, 0x11d2, 
    [ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 ]};

//extern(System)

interface nsIDOMCDATASection : nsIDOMText {

  static const char[] IID_STR = NS_IDOMCDATASECTION_IID_STR;
  static const nsIID IID = NS_IDOMCDATASECTION_IID;

}