/[marvin]/marvin/src/libsip/soundsignal.hh
ViewVC logotype

Diff of /marvin/src/libsip/soundsignal.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by hannibal, Wed Aug 13 10:01:12 2003 UTC revision 1.2 by vishnou, Tue Aug 26 15:49:14 2003 UTC
# Line 38  Line 38 
38  * E-mail :  * E-mail :
39  *  *
40  *******************************************************************/  *******************************************************************/
41    
42    /**
43     ** \file soundsignal.hh
44     ** Define the sound signal class
45     */
46    
47  #ifndef SOUNDSIGNAL_HH  #ifndef SOUNDSIGNAL_HH
48  #define SOUNDSIGNAL_HH  #define SOUNDSIGNAL_HH
49    
50  #include "signal.hh"  #include "signal.hh"
51    
52    /** \brief Abstract a signal
53     **
54     ** \b Example: voice signal inherit of this class
55    */
56    
57  class SoundSignal: public Signal {  class SoundSignal: public Signal {
58    // Associations    // Associations
59    // Attributes    // Attributes

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26