mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +08:00
[xswiftbus] Using raw string literal delimiter so parentheses can be embedded in the XML
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user