[*] Added more instances of AURT_ADD_USR_DATA in interface decls
This commit is contained in:
parent
55335e95ce
commit
f68ac4a328
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -98,5 +98,7 @@ namespace Aurora::Compression
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
virtual IO::ISeekingReader *ToSeekingStreamReader() = 0;
|
virtual IO::ISeekingReader *ToSeekingStreamReader() = 0;
|
||||||
|
|
||||||
|
AURT_ADD_USR_DATA;
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user