mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 00:45:34 -04:00
Renamed GxsMails to GxsTrans
GxsTrans is a generic transport service, use more generic name trans instead of mail to avoid confusion Renamed size(...) to seria_size(...) for costistence whit the codebase Moved GxsTrans and related things to gxstrans directory Removed outdated and now uncompatible gxsmail test service Avoid expose internal items in public interface methods
This commit is contained in:
parent
08161db43b
commit
da459c884e
14 changed files with 427 additions and 500 deletions
|
@ -122,7 +122,7 @@ RsServer::RsServer()
|
|||
|
||||
RsServer::~RsServer()
|
||||
{
|
||||
delete mGxsMails;
|
||||
delete mGxsTrans;
|
||||
}
|
||||
|
||||
/* General Internal Helper Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue