Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol...
[gecko.git] / dom / telephony / nsIDOMCallEvent.idl
blob8ae08dfd023ef6b6d01a918b3d1b6cd78a09781d
1 /* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
2 /* vim: set ts=2 et sw=2 tw=40: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #include "nsIDOMEvent.idl"
9 interface nsIDOMTelephonyCall;
11 [scriptable, builtinclass, uuid(21c233f9-721b-4985-bb2b-585f978ceee5)]
12 interface nsIDOMCallEvent : nsIDOMEvent
14 readonly attribute nsIDOMTelephonyCall call;