mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move Timer and PriorityQueue classes to namespaces
This commit is contained in:
parent
910aa77d95
commit
1c17700c48
33 changed files with 206 additions and 140 deletions
|
@ -759,7 +759,7 @@ protected:
|
|||
int expire_access_time;
|
||||
};
|
||||
|
||||
class TableValTimer final : public Timer {
|
||||
class TableValTimer final : public zeek::detail::Timer {
|
||||
public:
|
||||
TableValTimer(TableVal* val, double t);
|
||||
~TableValTimer() override;
|
||||
|
@ -997,7 +997,7 @@ public:
|
|||
|
||||
unsigned int MemoryAllocation() const override;
|
||||
|
||||
void ClearTimer(Timer* t)
|
||||
void ClearTimer(zeek::detail::Timer* t)
|
||||
{
|
||||
if ( timer == t )
|
||||
timer = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue