make p3GxsTrans a class

This commit is contained in:
sehraf 2018-09-05 15:46:59 +02:00
parent fe5e83125e
commit 39c07f4ef0
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -89,7 +89,7 @@ struct MsgSizeCount
* @see GxsTransClient::receiveGxsTransMail(...),
* @see GxsTransClient::notifyGxsTransSendStatus(...).
*/
struct p3GxsTrans : RsGenExchange, GxsTokenQueue, p3Config, RsGxsTrans
class p3GxsTrans : public RsGenExchange, public GxsTokenQueue, public p3Config, public RsGxsTrans
{
public:
p3GxsTrans( RsGeneralDataService* gds, RsNetworkExchangeService* nes,