Show
Ignore:
Timestamp:
07/10/08 16:11:09 (5 years ago)
Author:
hvolos
Message:

added _metadata suffix, updated component ids

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/trunk/components/AutomaticGainControl-metadata/src/AutomaticGainControl_metadata.h

    r8007 r8028  
    33Copyright 2006 Virginia Polytechnic Institute and State University 
    44 
    5 This file is part of the OSSIE AutomaticGainControl. 
     5This file is part of the OSSIE AutomaticGainControl_metadata. 
    66 
    7 OSSIE AutomaticGainControl is free software; you can redistribute it and/or modify 
     7OSSIE AutomaticGainControl_metadata is free software; you can redistribute it and/or modify 
    88it under the terms of the GNU General Public License as published by 
    99the Free Software Foundation; either version 2 of the License, or 
    1010(at your option) any later version. 
    1111 
    12 OSSIE AutomaticGainControl is distributed in the hope that it will be useful, 
     12OSSIE AutomaticGainControl_metadata is distributed in the hope that it will be useful, 
    1313but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1414MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     
    1616 
    1717You should have received a copy of the GNU General Public License 
    18 along with OSSIE AutomaticGainControl; if not, write to the Free Software 
     18along with OSSIE AutomaticGainControl_metadata; if not, write to the Free Software 
    1919Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    2020 
     
    2222 
    2323 
    24 #ifndef AUTOMATICGAINCONTROL_IMPL_H 
    25 #define AUTOMATICGAINCONTROL_IMPL_H 
     24#ifndef AUTOMATICGAINCONTROL_METADATA_IMPL_H 
     25#define AUTOMATICGAINCONTROL_METADATA_IMPL_H 
    2626 
    2727#include <stdlib.h> 
     
    3838/// \brief 
    3939/// 
    40 class AutomaticGainControl_i : public virtual Resource_impl 
     40class AutomaticGainControl_metadata_i : public virtual Resource_impl 
    4141{ 
    4242 
    4343    public: 
    4444        /// initializing constructor 
    45         AutomaticGainControl_i(const char *uuid, omni_condition *sem); 
     45        AutomaticGainControl_metadata_i(const char *uuid, omni_condition *sem); 
    4646 
    4747        /// destructor 
    48         ~AutomaticGainControl_i(void); 
     48        ~AutomaticGainControl_metadata_i(void); 
    4949 
    5050        /// 
     
    7272    private: 
    7373        /// disallow default constructor 
    74         AutomaticGainControl_i(); 
     74        AutomaticGainControl_metadata_i(); 
    7575 
    7676        /// disallow copy constructor 
    77         AutomaticGainControl_i(AutomaticGainControl_i&); 
     77        AutomaticGainControl_metadata_i(AutomaticGainControl_metadata_i&); 
    7878         
    7979        /// main signal processing method