Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

/home/pauldt/projects/IDEA/IDEA-ALL/IDEA-DEV/Modules/PLASMA/PlanServer/Includes/PlasmaAttributeImpl.hh

Go to the documentation of this file.
00001 // -*- Mode: C++ -*-
00002 //      CVS: $Id: PlasmaAttributeImpl.hh,v 1.2 2005/11/08 18:32:49 rijsman Exp $
00003 //      Tag: $name$
00004 //     Info: $CVSROOT/IDEA-DEV/COPYRIGHT
00005 
00006 #ifndef PLASMA_ATTRIBUTE_IMPLEMENTATION_HEADER_
00007 #define PLASMA_ATTRIBUTE_IMPLEMENTATION_HEADER_
00008 
00009 #include "PslAttributeImpl.hh"
00010 
00011 namespace IDEA
00012 {
00020   class PlasmaAttributeImpl:
00021     public PslAttributeImpl
00022   {
00023   public:
00024     PlasmaAttributeImpl( const std::string& name );
00025 
00026     ~PlasmaAttributeImpl();
00027 
00028     std::string getOriginalName() const;
00029 
00030     void setOriginalName( const std::string& originalName );
00031   private:
00032     std::string m_OriginalName;
00033   };
00034 }
00035 
00036 #endif //PLASMA_ATTRIBUTE_IMPLEMENTATION_HEADER_

Contact information
© IDEA
Generated on Fri Feb 3 17:09:42 2006 for IDEA.