Skip to content
Snippets Groups Projects

F grpc f acm

Merged Timm Fitschen requested to merge f-grpc-f-acm into dev
2 files
+ 3
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
1
@@ -707,7 +707,9 @@ public:
@@ -707,7 +707,9 @@ 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();
if(this->wrapped->has_file_descriptor()) {
 
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