Correct exports; add some file serialization; fix service base object serialization
This commit is contained in:
@@ -13,6 +13,9 @@ class DEV final : public ServiceFramework<DEV> {
|
||||
public:
|
||||
DEV();
|
||||
~DEV();
|
||||
|
||||
private:
|
||||
SERVICE_SERIALIZATION_SIMPLE
|
||||
};
|
||||
|
||||
} // namespace Service::PXI
|
||||
|
||||
Reference in New Issue
Block a user