Skip to content

Commit e66e324

Browse files
Merge remote-tracking branch 'origin/release/7.1.0' into develop
2 parents 9326e27 + a24b3bc commit e66e324

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/routing_service/file_adapter/c++11/RsFileAdapter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Executable directory
1818
- Environment library path
1919
-->
20-
<dll>fileadapter</dll>
20+
<dll>FileAdapterC++11</dll>
2121
<create_function>FileAdapter_create_adapter_plugin</create_function>
2222
</adapter_plugin>
2323
</plugin_library>

examples/routing_service/monitoring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ This section describes the steps to test this example:
7979
rtiroutingservice -cfgFile RSConfig.xml -cfgName TopicBridgeExampleA2B
8080
```
8181

82-
2. Open *ShapesDemo* on domain 0 and publish a **Circle**
83-
3. Open another instance of *ShapesDemo* on domain 1 and subscribe to **Square**
82+
2. Open *ShapesDemo* on domain 0 and publish a **Square**
83+
3. Open another instance of *ShapesDemo* on domain 1 and subscribe to **Circle**
8484
2. Open a console and build the application code as it shown in c++11/README.md.
8585
3. Cd the build folder
8686
4. Run the subscriber application on domain 11 in a console:

examples/routing_service/monitoring/RSConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?xml version="1.0"?>
12
<!--
23
(c) 2021 Copyright, Real-Time Innovations, Inc. All rights reserved.
34
RTI grants Licensee a license to use, modify, compile, and create derivative
@@ -8,7 +9,6 @@
89
any incidental or consequential damages arising out of the use or inability to
910
use the software.
1011
-->
11-
<?xml version="1.0"?>
1212
<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/7.0.0/rti_routing_service.xsd">
1414
<routing_service name="TopicBridgeExampleA2B" group_name="GroupA">

0 commit comments

Comments
 (0)