X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d084d9ae9f7bcd7f7d1926e7eeae921dbad49273..80270bc96f3fd1d1f14b3ef539b73ad2eb0017de:/projects/traffcounter/capturer_tc_iface.h diff --git a/projects/traffcounter/capturer_tc_iface.h b/projects/traffcounter/capturer_tc_iface.h deleted file mode 100644 index 0b51dfc2..00000000 --- a/projects/traffcounter/capturer_tc_iface.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef __CAPTURER_TC_IFACE_H__ -#define __CAPTURER_TC_IFACE_H__ - -#ifdef HAVE_STDINT - #include -#else - #ifdef HAVE_INTTYPES - #include - #else - #error "You need either stdint.h or inttypes.h to compile this!" - #endif -#endif - -namespace STG -{ - - class ICAPTURER_TC - { - public: - virtual ~ICAPTURER_TC() {}; - virtual void AddPacket(const iphdr &, uint16_t, uint16_t) = 0; - }; - -} - -#endif