Minahito
minah****@users*****
2006年 8月 6日 (日) 10:00:52 JST
Index: xoops2jp/html/kernel/XCube_Delegate.class.php diff -u xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.10 xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.11 --- xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.10 Mon Jul 10 12:06:28 2006 +++ xoops2jp/html/kernel/XCube_Delegate.class.php Sun Aug 6 10:00:51 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Delegate.class.php,v 1.1.2.10 2006/07/10 03:06:28 minahito Exp $ + * @version $Id: XCube_Delegate.class.php,v 1.1.2.11 2006/08/06 01:00:51 minahito Exp $ */ @@ -42,7 +42,7 @@ * This is the candidate as new delegate style, which has foolish name to escape * conflict with old XCube_Delegate. After replacing, we'll change all. */ -class XCube_NewDelegate +class XCube_Delegate { var $_mSignatures = array(); @@ -83,7 +83,7 @@ * $delegate =& new XCube_Delegate("string", "string"); * */ - function XCube_NewDelegate() + function XCube_Delegate() { if (func_num_args() > 0) { $this->_setSignatures(func_get_args()); @@ -290,6 +290,13 @@ } /** + * Compatibility class name. + */ +class XCube_NewDelegate extends XCube_Delegate +{ +} + +/** * This is the agent of un-registered delegate objects. Usually, connected * functions can't be added to un-registered delegates. When destination * delegates are un-registered yet, this manager is keeping those functions