mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Switch OpaqueVal::UnserializeType() to return IntrusivePtr
This commit is contained in:
parent
83f1a911d7
commit
43f513ca44
3 changed files with 13 additions and 11 deletions
|
@ -154,7 +154,7 @@ protected:
|
|||
* Helper function for derived class that need to restore a type
|
||||
* during unserialization. Returns the type at reference count +1.
|
||||
*/
|
||||
static BroType* UnserializeType(const broker::data& data);
|
||||
static IntrusivePtr<BroType> UnserializeType(const broker::data& data);
|
||||
};
|
||||
|
||||
namespace probabilistic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue