mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
unify parameter names
This commit is contained in:
parent
31b0f67e94
commit
5a961179f3
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ public:
|
|||
* @param[in] service_id service to look up
|
||||
* @return name of service
|
||||
*/
|
||||
virtual std::string getServiceName(uint32_t service_id) = 0;
|
||||
virtual std::string getServiceName(uint32_t serviceId) = 0;
|
||||
|
||||
/**
|
||||
* @brief getServiceItemNames return a map of service item names.
|
||||
|
@ -156,7 +156,7 @@ public:
|
|||
* @param[out] names names of items
|
||||
* @return true on success false otherwise
|
||||
*/
|
||||
virtual bool getServiceItemNames(uint32_t service_id,std::map<uint8_t,std::string>& names) = 0;
|
||||
virtual bool getServiceItemNames(uint32_t serviceId, std::map<uint8_t,std::string>& names) = 0;
|
||||
|
||||
/**
|
||||
* @brief getServicesAllowed return a mpa with allowed service information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue