2 Nov 2006 06:50
[gnue] r8973 - trunk/gnue-common/src/definitions
<jcater <at> gnuenterprise.org>
2006-11-02 05:50:02 GMT
2006-11-02 05:50:02 GMT
Author: jcater
Date: 2006-11-01 23:50:01 -0600 (Wed, 01 Nov 2006)
New Revision: 8973
Modified:
trunk/gnue-common/src/definitions/GParser.py
Log:
the object_created virtual function was happening at the wrong time and also didn't stick to the GNUe
naming convention of _virtual_func_().
Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py 2006-10-31 18:34:19 UTC (rev 8972)
+++ trunk/gnue-common/src/definitions/GParser.py 2006-11-02 05:50:01 UTC (rev 8973)
<at> <at> -565,9 +565,10 <at> <at>
if self.xmlStack [0] != None:
GContent (self.xmlStack [0], text)
+ # Let any subclasses know that the object was created
+ self._object_created_(object)
-
# ---------------------------------------------------------------------------
# Process text which is not part of a tag (=contents)
# ---------------------------------------------------------------------------
<at> <at> -622,12 +623,10 <at> <at>
assert gDebug (7, "</%s>" % tname)
(Continue reading)
RSS Feed