From: Richard K. <ric...@us...> - 2005-05-25 14:21:35
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19632 Modified Files: NSNotificationCenter.as Log Message: subclass NSObject Index: NSNotificationCenter.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSNotificationCenter.as,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NSNotificationCenter.as 5 May 2005 16:30:03 -0000 1.3 --- NSNotificationCenter.as 25 May 2005 14:21:25 -0000 1.4 *************** *** 30,36 **** import org.actionstep.NSNotification; import org.actionstep.ASUtils; ! class org.actionstep.NSNotificationCenter { private static var NULL_KEY = ASUtils.intern("__NULL__"); --- 30,37 ---- import org.actionstep.NSNotification; + import org.actionstep.NSObject; import org.actionstep.ASUtils; ! class org.actionstep.NSNotificationCenter extends NSObject { private static var NULL_KEY = ASUtils.intern("__NULL__"); |