gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server/asobj xml.h


From: Martin Guy
Subject: [Gnash-commit] gnash/server/asobj xml.h
Date: Sat, 03 Mar 2007 16:35:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/03/03 16:35:11

Modified files:
        server/asobj   : xml.h 

Log message:
        Flag unimplemented propertied

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/xml.h?cvsroot=gnash&r1=1.6&r2=1.7

Patches:
Index: xml.h
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/xml.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- xml.h       13 Feb 2007 19:36:34 -0000      1.6
+++ xml.h       3 Mar 2007 16:35:11 -0000       1.7
@@ -171,18 +171,18 @@
     int         _bytes_loaded;
     int         _bytes_total;
     
-    bool        _contentType;
+    bool        _contentType;  // TODO Should be String
     bool        _attributes;
     bool        _childNodes;
-    bool        _xmlDecl;
-    bool        _docTypeDecl;
+    bool        _xmlDecl;      // TODO Should be String
+    bool        _docTypeDecl;  // TODO Should be String
     bool        _ignoreWhite;
     bool        _lastChild;
     bool        _nextSibling;
     bool        _nodeType;
     bool        _nodeValue;
     bool        _parentNode;
-    bool        _status;
+    bool        _status;       // TODO Should be Number
     bool        _previousSibling;
 
 };




reply via email to

[Prev in Thread] Current Thread [Next in Thread]