Salome HOME
ENV: Windows porting.
[modules/kernel.git] / src / SALOMEDS / SALOMEDS_AttributeExternalFileDef_i.hxx
1 //  File   : SALOMEDS_AttributeExternalFileDef_i.hxx
2 //  Author : Sergey RUIN
3 //  Module : SALOME
4
5 #ifndef SALOMEDS_AttributeExternalFileDef_i_HeaderFile
6 #define SALOMEDS_AttributeExternalFileDef_i_HeaderFile
7
8 // IDL headers
9 #include <SALOMEconfig.h>
10 #include CORBA_SERVER_HEADER(SALOMEDS_Attributes)
11
12 #include "SALOMEDS_GenericAttribute_i.hxx"
13 #include "SALOMEDSImpl_AttributeExternalFileDef.hxx"
14
15 class SALOMEDS_AttributeExternalFileDef_i: public virtual POA_SALOMEDS::AttributeExternalFileDef,
16                                            public virtual SALOMEDS_GenericAttribute_i 
17 {
18 public:
19   
20   SALOMEDS_AttributeExternalFileDef_i(const Handle(SALOMEDSImpl_AttributeExternalFileDef)& theAttr, CORBA::ORB_ptr orb) 
21     :SALOMEDS_GenericAttribute_i(theAttr, orb) {} 
22   ~SALOMEDS_AttributeExternalFileDef_i() {};
23
24   char* Value();
25   void SetValue(const char* value);
26   
27 };
28
29
30
31 #endif