/*! 
* 
* Copyright(c) 2010 Apogee Instruments, Inc. 
* \class IEthernetIO 
* \brief interface to OS specific ethernet function calls 
* 
*/ 

#include "IEthernetIO.h" 


//////////////////////////// 
// DTOR 
IEthernetIO::~IEthernetIO() 
{ 

}  
