mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Move IntrusivePtr and utility methods to the zeek namespace
This commit is contained in:
parent
4668378d91
commit
9364e6a5b7
255 changed files with 3761 additions and 3730 deletions
|
@ -60,8 +60,8 @@ public:
|
|||
// the test is whether it has any outstanding, un-acked data.
|
||||
bool DataPending(TCP_Endpoint* closing_endp);
|
||||
|
||||
void SetContentsFile(unsigned int direction, IntrusivePtr<BroFile> f) override;
|
||||
IntrusivePtr<BroFile> GetContentsFile(unsigned int direction) const override;
|
||||
void SetContentsFile(unsigned int direction, zeek::IntrusivePtr<BroFile> f) override;
|
||||
zeek::IntrusivePtr<BroFile> GetContentsFile(unsigned int direction) const override;
|
||||
|
||||
// From Analyzer.h
|
||||
void UpdateConnVal(RecordVal *conn_val) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue