Minahito
minah****@users*****
2006年 7月 31日 (月) 19:02:53 JST
Index: xoops2jp/html/kernel/XCube_Root.class.php diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.15 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.16 --- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.15 Tue Jul 11 19:05:58 2006 +++ xoops2jp/html/kernel/XCube_Root.class.php Mon Jul 31 19:02:53 2006 @@ -1,7 +1,7 @@ <?php /** - * @version $Id: XCube_Root.class.php,v 1.1.2.15 2006/07/11 10:05:58 minahito Exp $ * @package XCube + * @version $Id: XCube_Root.class.php,v 1.1.2.16 2006/07/31 10:02:53 minahito Exp $ */ /** @@ -23,11 +23,6 @@ */ var $mLanguageManager = null; - /** - * @deprecated - */ - var $mEventManager = null; - var $mDelegateManager = null; var $mServiceManager = null; @@ -214,27 +209,6 @@ } /** - * Set the instance of the event manager. - * - * @param $eventManager XCube_EventManager - * @return void - */ - function setEventManager(&$eventManager) - { - $this->mEventManager =& $eventManager; - } - - /** - * Return the instance of the event manager. - * - * @return XCube_EventManager - */ - function &getEventManager() - { - return $this->mEventManager; - } - - /** * Set the instance of the delegate manager. * * @param $delegateManager XCube_DelegateManager