We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b9379 commit 8b8976cCopy full SHA for 8b8976c
src/main/java/com/eprosima/fastdds/idl/grammar/Operation.java
@@ -84,9 +84,7 @@ public void add(com.eprosima.idl.parser.tree.Param param)
84
}
85
else
86
{
87
- // Take note that there is at least one input feed
88
- m_context.inputFeedAdded(p);
89
- m_hasInputFeeds = true;
+ throw new ParseException(null, "Support for input feeds is part of Fast DDS Pro");
90
91
92
0 commit comments