Kernel: replace boost::intrusive_ptr with std::shared_ptr
This commit is contained in:
parent
c1de8acfe5
commit
5f11c5f733
96 changed files with 522 additions and 538 deletions
|
@ -232,8 +232,8 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
Kernel::SharedPtr<Kernel::Event> tag_in_range_event;
|
||||
Kernel::SharedPtr<Kernel::Event> tag_out_of_range_event;
|
||||
std::shared_ptr<Kernel::Event> tag_in_range_event;
|
||||
std::shared_ptr<Kernel::Event> tag_out_of_range_event;
|
||||
std::atomic<TagState> nfc_tag_state = TagState::NotInitialized;
|
||||
CommunicationStatus nfc_status = CommunicationStatus::NfcInitialized;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue