Changeset 8028 for ossiedev/trunk/components/AutomaticGainControl-metadata/src/AutomaticGainControl_metadata.h
- Timestamp:
- 07/10/08 16:11:09 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/components/AutomaticGainControl-metadata/src/AutomaticGainControl_metadata.h
r8007 r8028 3 3 Copyright 2006 Virginia Polytechnic Institute and State University 4 4 5 This file is part of the OSSIE AutomaticGainControl .5 This file is part of the OSSIE AutomaticGainControl_metadata. 6 6 7 OSSIE AutomaticGainControl is free software; you can redistribute it and/or modify7 OSSIE AutomaticGainControl_metadata is free software; you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation; either version 2 of the License, or 10 10 (at your option) any later version. 11 11 12 OSSIE AutomaticGainControl is distributed in the hope that it will be useful,12 OSSIE AutomaticGainControl_metadata is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with OSSIE AutomaticGainControl ; if not, write to the Free Software18 along with OSSIE AutomaticGainControl_metadata; if not, write to the Free Software 19 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 … … 22 22 23 23 24 #ifndef AUTOMATICGAINCONTROL_ IMPL_H25 #define AUTOMATICGAINCONTROL_ IMPL_H24 #ifndef AUTOMATICGAINCONTROL_METADATA_IMPL_H 25 #define AUTOMATICGAINCONTROL_METADATA_IMPL_H 26 26 27 27 #include <stdlib.h> … … 38 38 /// \brief 39 39 /// 40 class AutomaticGainControl_ i : public virtual Resource_impl40 class AutomaticGainControl_metadata_i : public virtual Resource_impl 41 41 { 42 42 43 43 public: 44 44 /// initializing constructor 45 AutomaticGainControl_ i(const char *uuid, omni_condition *sem);45 AutomaticGainControl_metadata_i(const char *uuid, omni_condition *sem); 46 46 47 47 /// destructor 48 ~AutomaticGainControl_ i(void);48 ~AutomaticGainControl_metadata_i(void); 49 49 50 50 /// … … 72 72 private: 73 73 /// disallow default constructor 74 AutomaticGainControl_ i();74 AutomaticGainControl_metadata_i(); 75 75 76 76 /// disallow copy constructor 77 AutomaticGainControl_ i(AutomaticGainControl_i&);77 AutomaticGainControl_metadata_i(AutomaticGainControl_metadata_i&); 78 78 79 79 /// main signal processing method