mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Use type aliases for IntrusivePtr definitions
This commit is contained in:
parent
f6a251cdac
commit
ec9eff0bd5
180 changed files with 2026 additions and 1893 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, zeek::IntrusivePtr<BroFile> f) override;
|
||||
zeek::IntrusivePtr<BroFile> GetContentsFile(unsigned int direction) const override;
|
||||
void SetContentsFile(unsigned int direction, BroFilePtr f) override;
|
||||
BroFilePtr 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