Backed out changeset b64604a829ff (bug 978639)

This commit is contained in:
Carsten "Tomcat" Book 2014-10-21 11:51:10 +02:00
parent ea4c3a54f2
commit 7af44b9a9b

View File

@ -240,7 +240,7 @@ interface nsITelephonyDialCallback : nsITelephonyCallback
* XPCOM component (in the content process) that provides the telephony
* information.
*/
[scriptable, uuid(6fa2d94b-80ee-4085-b6a0-535811ba9bb6)]
[scriptable, uuid(79188caa-046a-48e1-b9c5-2e891504dc7a)]
interface nsITelephonyService : nsISupports
{
const unsigned short CALL_STATE_UNKNOWN = 0;
@ -296,8 +296,6 @@ interface nsITelephonyService : nsISupports
void conferenceCall(in unsigned long clientId);
void separateCall(in unsigned long clientId, in unsigned long callIndex);
void hangUpConference(in unsigned long clientId,
in nsITelephonyCallback callback);
void holdConference(in unsigned long clientId);
void resumeConference(in unsigned long clientId);