//=========================================================================
// Summary  : 
// Filename : Modem.cc
// Author   : haydn
// Project  : 
// Revision : 1
// Created  : 2000/12/08
// Modified : 2000/12/08
//=========================================================================
// Description :
//=========================================================================


#include "Modem.h"

//////////////////////////////////////
// Modem implementation
Modem::Modem()
{
  _pcStatusString = "constructed";
  _status = sERROR;
}


Modem::~Modem()
{
//    fprintf(stderr,"~modem");
}
