//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / UNI
//
//File: unistate_u9.h
//
//Version: $Revision: 1.3 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/08/05 05:22:09 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
//
//Author:
//      Jari Katajavuori
//
//Description:
//
//
//Copyright:
//
//
//Licence:
//
//
//History: 

#ifndef __UNI_UNISTATE_u9_H__
#define __UNI_UNISTATE_u9_H__

#include "pf/exception.h"

#include "unistate_u.h"

class uniUserIncomingCallProceeding : public uniUserState
{
    public:
        static uniUserIncomingCallProceeding *instance(void);

        virtual void sigSETUPrespAct(sigSETUPresp *message_,
                                     pfProtocol *protocol_);
                
    protected:
        uniUserIncomingCallProceeding(void);
        virtual ~uniUserIncomingCallProceeding(void);

    private:
        static uniUserIncomingCallProceeding *_only;
};

#endif // __UNI_UNISTATE_U9_H__
