We can now use it in overridden mediators. Signed-off-by: Antonio Ospite <osp...@studenti.unina.it> --- fsogsmd/src/lib/atmediators.vala | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fsogsmd/src/lib/atmediators.vala b/fsogsmd/src/lib/atmediators.vala index 7903493..4d5fc71 100644 --- a/fsogsmd/src/lib/atmediators.vala +++ b/fsogsmd/src/lib/atmediators.vala @@ -40,7 +40,7 @@ internal void throwAppropriateError( Constants.AtResponse code, string detail ) /** * Throws an error if response is not OK **/ -internal void checkResponseOk( FsoGsm.AtCommand command, string[] response ) throws FreeSmartphone.GSM.Error, FreeSmartphone.Error +public void checkResponseOk( FsoGsm.AtCommand command, string[] response ) throws FreeSmartphone.GSM.Error, FreeSmartphone.Error { var code = command.validateOk( response ); if ( code == Constants.AtResponse.OK ) -- 1.7.1 _______________________________________________ Smartphones-userland mailing list Smartphones-userland@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland