|
From: <mk...@us...> - 2003-06-20 02:37:22
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source
In directory sc8-pr-cvs1:/tmp/cvs-serv8554/Source
Modified Files:
Link.cpp
Log Message:
see CHANGES.current
Index: Link.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/Link.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Link.cpp 2 May 2003 20:59:05 -0000 1.2
--- Link.cpp 20 Jun 2003 02:37:19 -0000 1.3
***************
*** 64,68 ****
--- 64,71 ----
Object *pobj = archive->_createObject(class_id);
pobj->unpack(p);
+ pobj->postCreate();
_assign_safe(pobj);
+ // XXX should we also check that 'static' is not set?
+ // (it makes no sense to have a static immediate object)
} else {
if (p._loadAll()) {
|