Skip to content

Commit aad3ae5

Browse files
authored
Fix pro examples (#1161)
Signed-off-by: Ricardo González <ricardo@richiware.dev>
1 parent d514846 commit aad3ae5

15 files changed

+28
-21
lines changed

code/Examples/C++/RpcClientServerFeed/src/types/calculator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculator.hpp
1717
* This header file contains the declaration of the described types in the IDL file.
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATOR_HPP

code/Examples/C++/RpcClientServerFeed/src/types/calculatorCdrAux.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorCdrAux.hpp
1717
* This source file contains some definitions of CDR related functions.
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATORCDRAUX_HPP

code/Examples/C++/RpcClientServerFeed/src/types/calculatorCdrAux.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorCdrAux.ipp
1717
* This source file contains some declarations of CDR related functions.
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATORCDRAUX_IPP

code/Examples/C++/RpcClientServerFeed/src/types/calculatorClient.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorClient.cxx
1717
* Client implementation for interfaces
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#include "calculatorClient.hpp"

code/Examples/C++/RpcClientServerFeed/src/types/calculatorClient.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorClient.hpp
1717
* Client implementation for interfaces
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATOR_CLIENT_HPP

code/Examples/C++/RpcClientServerFeed/src/types/calculatorPubSubTypes.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorPubSubTypes.cpp
1717
* This header file contains the implementation of the serialization functions.
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#include "calculatorPubSubTypes.hpp"

code/Examples/C++/RpcClientServerFeed/src/types/calculatorPubSubTypes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorPubSubTypes.hpp
1717
* This header file contains the declaration of the serialization functions.
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222

code/Examples/C++/RpcClientServerFeed/src/types/calculatorServer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorServer.cxx
1717
* Server implementation for interfaces
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#include "calculatorServer.hpp"

code/Examples/C++/RpcClientServerFeed/src/types/calculatorServer.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorServer.hpp
1717
* Server implementation for interfaces
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATOR_SERVER_HPP
@@ -28,6 +28,8 @@
2828
#include <fastdds/dds/domain/qos/ReplierQos.hpp>
2929
#include <fastdds/dds/rpc/exceptions.hpp>
3030
#include <fastdds/dds/rpc/interfaces.hpp>
31+
#include <fastdds/dds/rpc/interfaces/RpcServerReader.hpp>
32+
#include <fastdds/dds/rpc/interfaces/RpcServerWriter.hpp>
3133
#include <fastdds/rtps/common/Guid.hpp>
3234
#include <fastdds/rtps/common/RemoteLocators.hpp>
3335

code/Examples/C++/RpcClientServerFeed/src/types/calculatorServerImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @file calculatorServerImpl.hpp
1717
* Server implementation for interfaces
1818
*
19-
* This file was generated by the tool fastddsgen (version: 4.2.0 pro).
19+
* This file was generated by the tool fastddsgen (version: 4.2.0 Pro).
2020
*/
2121

2222
#ifndef FAST_DDS_GENERATED__CALCULATOR_SERVERIMPL_HPP

0 commit comments

Comments
 (0)