@@ -63,48 +63,18 @@ class XMLProfileParser
63
63
*/
64
64
RTPS_DllAPI static XMLP_ret loadXMLFile (const std::string &filename);
65
65
/* *
66
- * Load a profiles XML file and then search for the profile specified and fill the structure.
67
- * @param filename Name for the file to be loaded.
68
- * @param profile_name Name for the profile to be used to fill the structure.
69
- * @param atts Structure to be filled.
70
- * @return XMLP_ret::OK on success, XMLP_ret::ERROR in other case.
71
- */
72
- RTPS_DllAPI static XMLP_ret fillParticipantProfileFromXMLFile (const std::string &filename,
73
- const std::string &profile_name,
74
- ParticipantAttributes &atts);
75
- /* *
76
- * Load a profiles XML file and then search for the profile specified and fill the structure.
77
- * @param filename Name for the file to be loaded.
78
- * @param profile_name Name for the profile to be used to fill the structure.
79
- * @param atts Structure to be filled.
80
- * @return XMLP_ret::OK on success, XMLP_ret::ERROR in other case.
81
- */
82
- RTPS_DllAPI static XMLP_ret fillPublisherProfileFromXMLFile (const std::string &filename,
83
- const std::string &profile_name,
84
- PublisherAttributes &atts);
85
- /* *
86
- * Load a profiles XML file and then search for the profile specified and fill the structure.
87
- * @param filename Name for the file to be loaded.
66
+ * Search for the profile specified and fill the structure.
88
67
* @param profile_name Name for the profile to be used to fill the structure.
89
68
* @param atts Structure to be filled.
90
69
* @return XMLP_ret::OK on success, XMLP_ret::ERROR in other case.
91
70
*/
92
- RTPS_DllAPI static XMLP_ret fillSubscriberProfileFromXMLFile (const std::string &filename,
93
- const std::string &profile_name,
94
- SubscriberAttributes &atts);
71
+ RTPS_DllAPI static XMLP_ret fillParticipantProfile (const std::string &profile_name, ParticipantAttributes &atts);
95
72
/* *
96
73
* Search for the profile specified and fill the structure.
97
74
* @param profile_name Name for the profile to be used to fill the structure.
98
75
* @param atts Structure to be filled.
99
76
* @return XMLP_ret::OK on success, XMLP_ret::ERROR in other case.
100
77
*/
101
- RTPS_DllAPI static XMLP_ret fillParticipantProfile (const std::string &profile_name, ParticipantAttributes &atts);
102
- /* *
103
- * Search for the profile specified and fill the structure.
104
- * @param profile_name Name for the profile to be used to fill the structure.
105
- * @param atts Structure to be filled.
106
- * @return XMLP_ret::OK on success, XMLP_ret::ERROR in other case.
107
- */
108
78
RTPS_DllAPI static XMLP_ret fillPublisherProfile (const std::string &profile_name, PublisherAttributes &atts);
109
79
/* *
110
80
* Search for the profile specified and fill the structure.
0 commit comments