Renamed LinphoneUtils into Utils

This commit is contained in:
Sylvain Berfini 2017-10-16 16:14:47 +02:00
parent 3bfbbae101
commit 22c6e1c482
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
LinphoneUtils.java
Utils.java
Copyright (C) 2010-2017 Belledonne Communications, Grenoble, France
This program is free software; you can redistribute it and/or
@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
package org.linphone.core;
public class LinphoneUtils {
public class Utils {
public static int getPrefixFromE164(String e164) {
DialPlan[] dialPlans = Factory.instance().getDialPlans();
DialPlan dialPlan = dialPlans[0];

View file

@ -229,8 +229,8 @@ eval "$SED_START 's/mLc.destroy()/mLc = null/g' $SED_END"
eval "$SED_START 's/getAllDialPlan()/getDialPlans()/g' $SED_END"
eval "$SED_START 's/getCountryName()/getCountry()/g' $SED_END"
eval "$SED_START 's/getMSFactory()/getMediastreamerFactory()/g' $SED_END"
eval "$SED_START 's/accountCreator.getPrefix(/LinphoneUtils::getPrefixFromE164(/g' $SED_END"
eval "$SED_START 's/proxyConfig.lookupCCCFromIso(/LinphoneUtils::getCccFromIso(/g' $SED_END"
eval "$SED_START 's/accountCreator.getPrefix(/org.linphone.core.Utils::getPrefixFromE164(/g' $SED_END"
eval "$SED_START 's/proxyConfig.lookupCCCFromIso(/org.linphone.core.Utils::getCccFromIso(/g' $SED_END"
#Changes in library required
#Tunnel