mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Use the univeral tresult in IComponent creation
This commit is contained in:
@@ -52,6 +52,15 @@ struct Ack {
|
||||
*/
|
||||
class UniversalTResult {
|
||||
public:
|
||||
/**
|
||||
* The default constructor will initialize the value to `kResutlFalse` and
|
||||
* should only ever be used by bitsery in the serialization process.
|
||||
*/
|
||||
UniversalTResult();
|
||||
|
||||
/**
|
||||
* Convert a native tresult into a univeral one.
|
||||
*/
|
||||
UniversalTResult(tresult native_result);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user