root/ossiedev/trunk/system/standardInterfaces/stereoSound.idl @ 9466

Revision 9466, 1.2 KB (checked in by shereef, 4 years ago)

creation of root automake system

RevLine 
[988]1/****************************************************************************
2
3Copyright 2005,2006 Virginia Polytechnic Institute and State University
4
5This file is part of the OSSIE Standard Interfaces.
6
7OSSIE Standard Interfaces are free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11OSSIE Standard Interfaces is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with OSSIE Standard Interfaces; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
20
21****************************************************************************/
22
23
[9466]24#include "PortTypes.idl"
[663]25
26module standardInterfaces {
27    interface stereoSound {
28        void pushPacket(in PortTypes::ShortSequence left, in PortTypes::ShortSequence right);
29    };
30};
31
Note: See TracBrowser for help on using the browser.