interface methods made public

pull/7822/head
paul-szczepanek-arm 2018-08-29 14:36:33 +01:00
parent 57b6cca240
commit 64d65fdf56
1 changed files with 1 additions and 1 deletions

View File

@ -99,12 +99,12 @@ public:
*/ */
void set_delegate(Delegate *delegate); void set_delegate(Delegate *delegate);
private:
// Implementation of NFCTarget // Implementation of NFCTarget
virtual void write_ndef_message(); virtual void write_ndef_message();
virtual void read_ndef_message(); virtual void read_ndef_message();
virtual void erase_ndef_message(); virtual void erase_ndef_message();
private:
// Implementation of NFCEEPROMDriver::Delegate // Implementation of NFCEEPROMDriver::Delegate
virtual void on_session_started(bool success); virtual void on_session_started(bool success);
virtual void on_session_ended(bool success); virtual void on_session_ended(bool success);