00001 /* vim: set sw=2 : */ 00002 /* 00003 // 00004 // BEGIN SONGBIRD GPL 00005 // 00006 // This file is part of the Songbird web player. 00007 // 00008 // Copyright© 2005-2008 POTI, Inc. 00009 // http://songbirdnest.com 00010 // 00011 // This file may be licensed under the terms of of the 00012 // GNU General Public License Version 2 (the "GPL"). 00013 // 00014 // Software distributed under the License is distributed 00015 // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either 00016 // express or implied. See the GPL for the specific language 00017 // governing rights and limitations. 00018 // 00019 // You should have received a copy of the GPL along with this 00020 // program. If not, go to http://www.gnu.org/licenses/gpl.html 00021 // or write to the Free Software Foundation, Inc., 00022 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 00023 // 00024 // END SONGBIRD GPL 00025 // 00026 */ 00027 00033 #include "sbIDevice.idl" 00034 00035 interface nsIPropertyBag2; 00036 00037 [scriptable, uuid(e24047c5-62d5-4bb7-9b88-81f85a7fe2f9)] 00038 interface sbIMockDevice : sbIDevice 00039 { 00043 nsIPropertyBag2 popRequest(); 00044 nsIPropertyBag2 peekRequest(); 00045 };