Skip to content

Commit

Permalink
Regenerate props
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jan 14, 2025
1 parent 56da9da commit 9eab9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/Ice/PropertyNames.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ const PropertyArray PropertyNames::Glacier2Props

const Property DataStormPropsData[] =
{
Property{"Node.Name", "", false, false, nullptr},
Property{"Node.ConnectTo", "", false, false, nullptr},
Property{"Node.Multicast", "", false, false, &PropertyNames::ObjectAdapterProps},
Property{"Node.Multicast.Enabled", "1", false, false, nullptr},
Expand All @@ -588,7 +589,7 @@ const PropertyArray PropertyNames::DataStormProps
.prefixOnly=false,
.isOptIn=true,
.properties=DataStormPropsData,
.length=18
.length=19
};

const std::array<PropertyArray, 15> PropertyNames::validProps =
Expand Down

0 comments on commit 9eab9de

Please sign in to comment.