IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.

Popping objects from the buffer is still not implemented.
This commit is contained in:
Subv
2018-01-07 01:50:55 -05:00
committed by bunnei
parent b0ceb4df70
commit 0368324f79
8 changed files with 116 additions and 403 deletions

View File

@ -73,7 +73,7 @@ private:
IPC::RequestBuilder rb{ctx, 2, 1};
rb.Push(RESULT_SUCCESS);
rb.PushObjects(event);
rb.PushCopyObjects(event);
LOG_WARNING(Service, "(STUBBED) called");
}