Skip to content
Snippets Groups Projects
Commit 2a3cfe47 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1430] Add marshaller one string define

parent a7e2f277
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ VOID:STRING,STRING
VOID:INT
VOID:STRING,INT
VOID:STRING,DOUBLE
VOID:STRING
......@@ -49,11 +49,11 @@ void Account::loadConfig()
void Account::setRegistrationState( RegistrationState state ) {
//if (state != _registrationState) {
if (state != _registrationState) {
_debug("Account::setRegistrationState\n");
_registrationState = state;
// Notify the client
Manager::instance().connectionStatusNotification( _accountID );
//}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment