comparison dwt/internal/cocoa/WebDocumentRepresentation.d @ 10:30a762abda2a

Revert automatic changes from dwt/internal and dwt/dwthelper. Excluded dwt/internal/image and theme.
author Frank Benoit <benoit@tionex.de>
date Thu, 28 Aug 2008 12:31:10 +0200
parents 1a8b3cb347e0
children d8635bb48c7c
comparison
equal deleted inserted replaced
9:e76aa0b07480 10:30a762abda2a
10 *******************************************************************************/ 10 *******************************************************************************/
11 module dwt.internal.cocoa; 11 module dwt.internal.cocoa;
12 12
13 public class WebDocumentRepresentation : NSObject { 13 public class WebDocumentRepresentation : NSObject {
14 14
15 public this(int id) { 15 public WebDocumentRepresentation(int id) {
16 super(id); 16 super(id);
17 } 17 }
18 18
19 public NSString documentSource() { 19 public NSString documentSource() {
20 int id = OS.objc_msgSend(this.id, OS.sel_documentSource); 20 int id = OS.objc_msgSend(this.id, OS.sel_documentSource);