//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project
//
//File: unitesttimeouts.h
//
//Version: $Revision: 1.2 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/08/05 05:23:15 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
//
//Author:
//      Jari Pusa
//
//Description:
//
//
//Copyright:
//
//
//Licence:
//
//
//History: 

#ifndef __UNITEST_UNITESTTIMEOUTS_H__
#define __UNITEST_UNITESTTIMEOUTS_H__

#include "pf/timer.h"
#include "pf/state.h"
#include "pf/protocol.h"

class uniTESTtimeout : pfTimerMessenger
{
    public:
        static pfTimerMessenger *create(void);

        uniTESTtimeout(const uniTESTtimeout &other_);
        virtual ~uniTESTtimeout(void);        
        virtual pfTimerMessenger *clone(void) const;
        
        virtual void apply(pfState *state_, pfProtocol *protocol_);

    protected:
        uniTESTtimeout(void);
};

#endif // __UNITEST_UNITESTTIMEOUTS_H__
