File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/com/eprosima/fastdds/idl/grammar Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
import com .eprosima .fastdds .idl .grammar .Operation ;
18
18
import com .eprosima .fastdds .idl .parser .typecode .EnumTypeCode ;
19
19
import com .eprosima .fastdds .idl .parser .typecode .StructTypeCode ;
20
+ import com .eprosima .idl .parser .exception .ParseException ;
20
21
import com .eprosima .idl .parser .typecode .Member ;
21
22
import com .eprosima .idl .parser .typecode .EnumMember ;
22
23
import com .eprosima .idl .parser .typecode .TypeCode .ExtensibilityKind ;
@@ -40,7 +41,7 @@ public void add(com.eprosima.idl.parser.tree.Export exp)
40
41
Operation op = (Operation )exp ;
41
42
if (op .isAnnotationFeed ())
42
43
{
43
- m_hasOutputFeeds = true ;
44
+ throw new ParseException ( null , "Support for result feeds is part of Fast DDS Pro" ) ;
44
45
}
45
46
46
47
if (op .getOutputparam ().size () > 0 )
You can’t perform that action at this time.
0 commit comments