Skip to content
Snippets Groups Projects

F async execute

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -707,6 +707,7 @@ public:
@@ -707,6 +707,7 @@ public:
: static_cast<ProtoDataType *>(nullptr)) {
: static_cast<ProtoDataType *>(nullptr)) {
properties.wrapped = this->wrapped->mutable_properties();
properties.wrapped = this->wrapped->mutable_properties();
parents.wrapped = this->wrapped->mutable_parents();
parents.wrapped = this->wrapped->mutable_parents();
 
file_descriptor.wrapped = this->wrapped->mutable_file_descriptor();
};
};
explicit inline Entity(EntityResponse *response) : Entity(response->mutable_entity()) {
explicit inline Entity(EntityResponse *response) : Entity(response->mutable_entity()) {
this->errors.wrapped->Swap(response->mutable_errors());
this->errors.wrapped->Swap(response->mutable_errors());
Loading