//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / OVOPS++
//
//File: state.cpp
//
//Version: $Revision: 1.10 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/10/05 07:09:49 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
// 
//Authors:
//      Pasi Nummisalo
//	Vesa-Matti Puro
//
//Description:
//      See corresponding header file.
//
//Copyright:    
//      Copyright 1999 Helsinki University of Technology
//      ALL RIGHTS RESERVED BETWEEN JANUARY 1996 AND JUNE 1999.
//
//      
//Licence:
//     
//
//History:
//
//

#include "state.h"

pfState :: pfState(void)
{
    return;    
}

pfState :: ~pfState(void)
{
    return;
}

