]> sjero.net Git - linphone/commitdiff
Fix tutorials compilation.
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Thu, 11 Oct 2012 12:30:27 +0000 (14:30 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Thu, 11 Oct 2012 12:30:27 +0000 (14:30 +0200)
coreapi/help/java/org/linphone/core/tutorials/TutorialBuddyStatus.java
coreapi/help/java/org/linphone/core/tutorials/TutorialChatRoom.java
coreapi/help/java/org/linphone/core/tutorials/TutorialHelloWorld.java
coreapi/help/java/org/linphone/core/tutorials/TutorialRegistration.java

index bf253b727223b50876ae56f7898f6251cff82556..dc1341d8042587dfa2979e5e254e58644054bc99 100644 (file)
@@ -102,6 +102,7 @@ public class TutorialBuddyStatus implements LinphoneCoreListener {
        public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,int delay_ms, Object data) {}
        public void callEncryptionChanged(LinphoneCore lc, LinphoneCall call,boolean encrypted, String authenticationToken) {}
        public void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event){}
+       public void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf) {}
 
 
        public static void main(String[] args) {
index 7514a1ddc50750ac19a6cd40cfa3652449d0a75c..3e41dba002726d606d19a583e393a61d6d49784a 100644 (file)
@@ -80,6 +80,7 @@ public class TutorialChatRoom implements LinphoneCoreListener {
        public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,int delay_ms, Object data) {}
        public void callEncryptionChanged(LinphoneCore lc, LinphoneCall call,boolean encrypted, String authenticationToken) {}
        public void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event){}
+       public void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf) {}
        
        public void textReceived(LinphoneCore lc, LinphoneChatRoom cr,LinphoneAddress from, String message) {
         write("Message ["+message+"] received from ["+from.asString()+"]");
index 4b63e88133f0101a5334aeb019d3033968966ea9..d6b61cf8b075b181a684e6a86046e50599061049 100644 (file)
@@ -74,6 +74,7 @@ public class TutorialHelloWorld implements LinphoneCoreListener {
        public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,int delay_ms, Object data) {}
        public void callEncryptionChanged(LinphoneCore lc, LinphoneCall call,boolean encrypted, String authenticationToken) {}
        public void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event){}
+       public void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf) {}
        /*
         * Call state notification listener
         */
index 86b3001438c232ae75f4c7571103395cb4d3d21f..fa18d51f80cd81bbc82e129c6455bf24d9f36428 100644 (file)
@@ -85,6 +85,7 @@ public class TutorialRegistration implements LinphoneCoreListener {
        public void ecCalibrationStatus(LinphoneCore lc, EcCalibratorStatus status,int delay_ms, Object data) {}
        public void callEncryptionChanged(LinphoneCore lc, LinphoneCall call,boolean encrypted, String authenticationToken) {}
        public void notifyReceived(LinphoneCore lc, LinphoneCall call, LinphoneAddress from, byte[] event){}
+       public void dtmfReceived(LinphoneCore lc, LinphoneCall call, int dtmf) {}
 
        public static void main(String[] args) {
                // Check tutorial was called with the right number of arguments