00001 /* 00002 * ArpInterface.h 00003 * 00004 * Created on: Sep 9, 2010 00005 * Author: Karl Wessel 00006 */ 00007 00008 #ifndef ARPINTERFACE_H_ 00009 #define ARPINTERFACE_H_ 00010 00022 class ArpInterface { 00023 public: 00025 virtual int getMacAddr(const int netwAddr) = 0; 00026 }; 00027 00028 #endif /* ARPINTERFACE_H_ */