//Editor-Info: -*- C++ -*-
//
//Subject: TOVE project / IE
//
//File: informationelement.cpp
//
//Version: $Revision: 1.2 $
//
//State: $State: Exp $
//
//Date: $Date: 1998/10/15 16:30:40 $
//
//Organisation:
//      Helsinki University of Technology
//      Laboratory of Telecommunications Software and Multimedia
//
//Author:
//      Sami Raatikainen
//
//Description:
//      See corresponding header file.
//
//Copyright:
//      Copyright 1999 Helsinki University of Technology
//      ALL RIGHTS RESERVED BETWEEN JANUARY 1996 AND JUNE 1999.
//
//Licence:
//
//
//History: 
//

#include "informationelement.h"

ieInformationElement :: ieInformationElement(void)
    : pfIE()
{
    return;
}

ieInformationElement :: ieInformationElement(const ieInformationElement &other_)
    : pfIE(other_)
{
    return;
}

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

