[*] Added more instances of AURT_ADD_USR_DATA in interface decls

This commit is contained in:
Reece Wilson 2024-02-25 22:54:22 +00:00
parent 55335e95ce
commit f68ac4a328
4 changed files with 8 additions and 0 deletions

View File

@ -157,5 +157,7 @@ namespace Aurora::Async
* @return * @return
*/ */
virtual bool QueryShouldAbort(AuOptional<WorkerId_t> optWorkerId, AuUInt64 uFenceMagic) = 0; virtual bool QueryShouldAbort(AuOptional<WorkerId_t> optWorkerId, AuUInt64 uFenceMagic) = 0;
AURT_ADD_USR_DATA;
}; };
} }

View File

@ -98,5 +98,7 @@ namespace Aurora::Compression
* @return * @return
*/ */
virtual IO::ISeekingReader *ToSeekingStreamReader() = 0; virtual IO::ISeekingReader *ToSeekingStreamReader() = 0;
AURT_ADD_USR_DATA;
}; };
} }

View File

@ -161,6 +161,8 @@ namespace Aurora::IO
* @warning: do not use me. this is a niche hack for nested ui modal loops. * @warning: do not use me. this is a niche hack for nested ui modal loops.
*/ */
virtual bool ConfigureNoDeferredTicks(bool bOption) = 0; virtual bool ConfigureNoDeferredTicks(bool bOption) = 0;
AURT_ADD_USR_DATA;
}; };
/** /**

View File

@ -64,6 +64,8 @@ namespace Aurora::Process
Aurora::IO::FS::EFileOpenMode mode) = 0; Aurora::IO::FS::EFileOpenMode mode) = 0;
virtual AuList<AuPair<AuUInt, AuUInt>> GetAllocations() = 0; virtual AuList<AuPair<AuUInt, AuUInt>> GetAllocations() = 0;
AURT_ADD_USR_DATA;
}; };
AUKN_SYM AuSPtr<IProcessSectionView> GetGlobalProcessSpace(); AUKN_SYM AuSPtr<IProcessSectionView> GetGlobalProcessSpace();