[BACK]Return to patch-ad CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mbone / mdp / patches

Annotation of pkgsrc/mbone/mdp/patches/patch-ad, Revision 1.1

1.1     ! rillig      1: $NetBSD$
        !             2:
        !             3: --- protolib/common/eventDispatcher.h.orig     2002-01-14 17:29:05.000000000 +0000
        !             4: +++ protolib/common/eventDispatcher.h  2007-12-01 13:41:07.000000000 +0000
        !             5: @@ -121,13 +121,13 @@ class EventDispatcher
        !             6:          // If this optional socket installer is used instead of
        !             7:          // explicit calls to "AddSocketInput()", the UdpSocket "installData"
        !             8:          // should be inited to a pointer to the EventDispatcher instance.
        !             9: -        static bool EventDispatcher::SocketInstaller(UdpSocketCmd  cmd,
        !            10: +        static bool SocketInstaller(UdpSocketCmd  cmd,
        !            11:                                                       UdpSocket*    theSocket,
        !            12:                                                       const void*   installData);
        !            13:
        !            14:          // (TBD) Provide a static TimerInstaller so EventDispatcher
        !            15:          // users can use their own ProtocolTimerMgrs if desired
        !            16: -        static bool EventDispatcher::TimerInstaller(
        !            17: +        static bool TimerInstaller(
        !            18:                          ProtocolTimerInstallCmd     cmd,
        !            19:                          double                      delay,
        !            20:                          ProtocolTimerMgr*           timerMgr,
        !            21: @@ -162,7 +162,7 @@ class EventDispatcher
        !            22:          bool InstallTimerMgr(ProtocolTimerMgr* timerMgr, double delay);
        !            23:          bool ModifyTimerMgr(ProtocolTimerMgr* timerMgr, double delay);
        !            24:          bool RemoveTimerMgr(ProtocolTimerMgr* timerMgr);
        !            25: -        static bool EventDispatcher::PrivateTimerInstaller(ProtocolTimerInstallCmd    cmd,
        !            26: +        static bool PrivateTimerInstaller(ProtocolTimerInstallCmd    cmd,
        !            27:                                                             double                    theDelay,
        !            28:                                                             ProtocolTimerMgr*         timerMgr,
        !            29:                                                             const void*               installData);

CVSweb <webmaster@jp.NetBSD.org>