mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 13:44:11 -04:00
erpt: update for 11.0.0 (closes #1218)
This commit is contained in:
parent
bba99d49da
commit
6da28f4a27
24 changed files with 438 additions and 146 deletions
|
@ -32,7 +32,7 @@ namespace ams::erpt::srv {
|
|||
private:
|
||||
JournalRecord<AttachmentInfo> *record;
|
||||
private:
|
||||
AttachmentFileName FileName();
|
||||
AttachmentFileName FileName() const;
|
||||
public:
|
||||
static AttachmentFileName FileName(AttachmentId attachment_id);
|
||||
public:
|
||||
|
@ -44,9 +44,9 @@ namespace ams::erpt::srv {
|
|||
Result Delete();
|
||||
void Close();
|
||||
|
||||
Result GetFlags(AttachmentFlagSet *out);
|
||||
Result GetFlags(AttachmentFlagSet *out) const;
|
||||
Result SetFlags(AttachmentFlagSet flags);
|
||||
Result GetSize(s64 *out);
|
||||
Result GetSize(s64 *out) const;
|
||||
|
||||
template<typename T>
|
||||
Result Write(T val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue