mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
and thinking about it, ascii-io doesn't need the separator
This commit is contained in:
parent
22f2fc009c
commit
86c724caa0
4 changed files with 6 additions and 8 deletions
|
@ -14,13 +14,13 @@ class AsciiInputOutput {
|
|||
|
||||
// Constructor that defines all separators, etc.
|
||||
// Use if you need either ValToODesc or EntryToVal.
|
||||
AsciiInputOutput(threading::MsgThread*, const string & separator, const string & set_separator,
|
||||
AsciiInputOutput(threading::MsgThread*, const string & set_separator,
|
||||
const string & unset_field, const string & empty_field);
|
||||
|
||||
// Constructor that defines all separators, etc, besides empty_field, which is not needed for many
|
||||
// non-ascii-based io sources.
|
||||
// Use if you need either ValToODesc or EntryToVal.
|
||||
AsciiInputOutput(threading::MsgThread*, const string & separator, const string & set_separator,
|
||||
AsciiInputOutput(threading::MsgThread*, const string & set_separator,
|
||||
const string & unset_field);
|
||||
~AsciiInputOutput();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue