| 113 | } |
| 114 | |
| 115 | bool AirflowNetworkDistributionLinkage_Impl::setComponent(const AirflowNetworkComponent& airflowNetworkComponent) { |
| 116 | bool result = setPointer(OS_AirflowNetworkDistributionLinkageFields::ComponentName, airflowNetworkComponent.handle()); |
| 117 | return result; |
| 118 | } |
| 119 | |
| 120 | } // namespace detail |
| 121 |