mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
it compiles (but doesn't do anything useful)
This commit is contained in:
parent
42e82b99cb
commit
6e6073ff4c
12 changed files with 223 additions and 0 deletions
12
src/InputReaderAscii.cc
Normal file
12
src/InputReaderAscii.cc
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
#include "InputReaderAscii.h"
|
||||
#include "DebugLogger.h"
|
||||
|
||||
InputReaderAscii::InputReaderAscii()
|
||||
{
|
||||
DBG_LOG(DBG_LOGGING, "input reader initialized");
|
||||
}
|
||||
|
||||
InputReaderAscii::~InputReaderAscii()
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue