File tree Expand file tree Collapse file tree
include/fastdds/rtps/attributes
test/mock/rtps/RTPSParticipantAttributes/fastdds/rtps/attributes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ enum ParticipantFilteringFlags : uint32_t
144144class PDP ;
145145class BuiltinProtocols ;
146146
147- typedef struct _PDPFactory
147+ typedef struct PDPFactory
148148{
149149 // Pointer to the PDP creator
150150 PDP * (*CreatePDPInstance)(BuiltinProtocols*);
@@ -153,7 +153,7 @@ typedef struct _PDPFactory
153153 PDP *);
154154
155155 bool operator ==(
156- const struct _PDPFactory & e) const
156+ const struct PDPFactory & e) const
157157 {
158158 return (CreatePDPInstance == e.CreatePDPInstance )
159159 && (ReleasePDPInstance == e.ReleasePDPInstance );
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ enum ParticipantFilteringFlags : uint32_t
143143class PDP ;
144144class BuiltinProtocols ;
145145
146- typedef struct _PDPFactory
146+ typedef struct PDPFactory
147147{
148148 // Pointer to the PDP creator
149149 PDP * (*CreatePDPInstance)(BuiltinProtocols*);
@@ -152,7 +152,7 @@ typedef struct _PDPFactory
152152 PDP *);
153153
154154 bool operator ==(
155- const struct _PDPFactory & e) const
155+ const struct PDPFactory & e) const
156156 {
157157 return (CreatePDPInstance == e.CreatePDPInstance )
158158 && (ReleasePDPInstance == e.ReleasePDPInstance );
You can’t perform that action at this time.
0 commit comments