Salome HOME
9ff898001a53a79f890890bf65f2a945abf36962
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeUserID.hxx
1 //  File   : SALOMEDS_AttributeUserID.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4
5 #ifndef SALOMEDS_AttributeUserID_HeaderFile
6 #define SALOMEDS_AttributeUserID_HeaderFile
7
8 #include "SALOMEDSClient_AttributeUserID.hxx"
9 #include "SALOMEDS_GenericAttribute.hxx"
10 #include "SALOMEDSImpl_AttributeUserID.hxx"
11
12 // IDL headers
13 #include <SALOMEconfig.h>
14 #include CORBA_SERVER_HEADER(SALOMEDS)
15 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
16
17 class SALOMEDS_AttributeUserID: public SALOMEDS_GenericAttribute, public SALOMEDSClient_AttributeUserID
18 {
19 public:  
20   SALOMEDS_AttributeUserID(const Handle(SALOMEDSImpl_AttributeUserID)& theAttr);
21   SALOMEDS_AttributeUserID(SALOMEDS::AttributeUserID_ptr theAttr);
22   ~SALOMEDS_AttributeUserID();
23
24   virtual std::string Value();
25   virtual void SetValue(const std::string& value);
26 };
27
28 #endif