From 30ce620d1d7b04387072e2dcf87530c33eb7c608 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 5 Jul 2010 21:39:38 -0700 Subject: sim: fold StartupCallback into SimObject There used to be a reason to have StartupCallback be a separate object, but not any more. Now it's just confusing. --- src/python/swig/pyobject.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/python/swig/pyobject.hh') diff --git a/src/python/swig/pyobject.hh b/src/python/swig/pyobject.hh index bc3177f6f..01f0fd95e 100644 --- a/src/python/swig/pyobject.hh +++ b/src/python/swig/pyobject.hh @@ -69,3 +69,8 @@ unserializeAll(const std::string &cpt_dir) Serializable::unserializeAll(cpt_dir); } +inline void +startupAll() +{ + SimObject::startupAll(); +} -- cgit v1.2.3