mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Rename BroObj to Obj
This commit is contained in:
parent
736a3f53d4
commit
02cef05f93
36 changed files with 105 additions and 103 deletions
|
@ -33,7 +33,7 @@ struct NewRef {};
|
|||
* for destroying the shared object.
|
||||
*
|
||||
* The @c IntrusivePtr works with any type that offers the two free functions,
|
||||
* but most notably is designed to work with @c BroObj and its subtypes.
|
||||
* but most notably is designed to work with @c Obj and its subtypes.
|
||||
*
|
||||
* The same object may get managed via @c IntrusivePtr in one part of the
|
||||
* code base while another part of the program manages it manually by passing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue