[xswiftbus] Using raw string literal delimiter so parentheses can be embedded in the XML

This commit is contained in:
Mat Sutcliffe
2020-01-12 17:39:11 +00:00
parent cd716bdfd5
commit 0c444ca45c
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
R"(<node>
R"XML(<node>
<interface name="org.swift_project.xswiftbus.traffic">
<method name="acquireMultiplayerPlanes">
<arg name="acquired" type="b" direction="out"/>
@@ -93,4 +93,4 @@ R"(<node>
<arg name="callsign" type="s" direction="in"/>
</method>
</interface>
</node>)"
</node>)XML"