upnp/upnpstack/controlpointbase/inc/upnpcpbinitialeventretry.h
branchCompilerCompatibility
changeset 8 92b4d337bbaf
parent 0 f5a58ecadc66
equal deleted inserted replaced
6:dd1b40b508c3 8:92b4d337bbaf
    34 NONSHARABLE_CLASS( CUpnpCpbInitialEventRetry ) : public CTimer
    34 NONSHARABLE_CLASS( CUpnpCpbInitialEventRetry ) : public CTimer
    35     {
    35     {
    36 public:
    36 public:
    37     // Constructors and destructor
    37     // Constructors and destructor
    38     // Ownership of aMessage is passed through
    38     // Ownership of aMessage is passed through
    39     static CUpnpCpbInitialEventRetry* CUpnpCpbInitialEventRetry::NewLC(
    39     static CUpnpCpbInitialEventRetry* NewLC(
    40             CUpnpGenaMessage* aMessage,
    40             CUpnpGenaMessage* aMessage,
    41             CUpnpCpbInitialEventRetryHandler& iOwner );
    41             CUpnpCpbInitialEventRetryHandler& iOwner );
    42 
    42 
    43     ~CUpnpCpbInitialEventRetry();
    43     ~CUpnpCpbInitialEventRetry();
    44     
    44