mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-23 13:15:51 -04:00
Merge pull request #1317 from sehraf/pr_further_improve_fulltype
further conversion to new wrapper function
This commit is contained in:
commit
c4a0c18b18
3 changed files with 4 additions and 7 deletions
|
@ -49,8 +49,8 @@ std::string generateRandomServiceId();
|
|||
//TODO : encryption and upload / download rate implementation
|
||||
|
||||
|
||||
// p3FastService(uint16_t type)
|
||||
// :pqiService((((uint32_t) RS_PKT_VERSION_SERVICE) << 24) + (((uint32_t) type) << 8)),
|
||||
// p3FastService(uint16_t type)
|
||||
// :pqiService((RsServiceInfo::RsServiceInfoUIn16ToFullServiceId(type)),
|
||||
|
||||
|
||||
class p3FastService: public pqiService
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue