Salome HOME
PR: bug detected by OCN
[modules/yacs.git] / src / SALOMEDSClient / SALOMEDSClient.hxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 // 
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either 
7 // version 2.1 of the License.
8 // 
9 // This library is distributed in the hope that it will be useful 
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of 
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public  
15 // License along with this library; if not, write to the Free Software 
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/
19 //
20 #ifndef  SALOMEDSCLIENT_HXX
21 #define  SALOMEDSCLIENT_HXX
22
23 #include "SALOMEDSClient_definitions.hxx"
24 #include "SALOMEDSClient_AttributeComment.hxx"
25 #include "SALOMEDSClient_AttributeDrawable.hxx"
26 #include "SALOMEDSClient_AttributeExpandable.hxx"
27 #include "SALOMEDSClient_AttributeExternalFileDef.hxx"
28 #include "SALOMEDSClient_AttributeFileType.hxx"
29 #include "SALOMEDSClient_AttributeFlags.hxx"
30 #include "SALOMEDSClient_AttributeGraphic.hxx"
31 #include "SALOMEDSClient_AttributeIOR.hxx"
32 #include "SALOMEDSClient_AttributeInteger.hxx"
33 #include "SALOMEDSClient_AttributeLocalID.hxx"
34 #include "SALOMEDSClient_AttributeName.hxx"
35 #include "SALOMEDSClient_AttributeOpened.hxx"
36 #include "SALOMEDSClient_AttributePersistentRef.hxx"
37 #include "SALOMEDSClient_AttributePixMap.hxx"
38 #include "SALOMEDSClient_AttributePythonObject.hxx"
39 #include "SALOMEDSClient_AttributeReal.hxx"
40 #include "SALOMEDSClient_AttributeSelectable.hxx"
41 #include "SALOMEDSClient_AttributeSequenceOfInteger.hxx"
42 #include "SALOMEDSClient_AttributeSequenceOfReal.hxx"
43 #include "SALOMEDSClient_AttributeStudyProperties.hxx"
44 #include "SALOMEDSClient_AttributeTableOfInteger.hxx"
45 #include "SALOMEDSClient_AttributeTableOfReal.hxx"
46 #include "SALOMEDSClient_AttributeTableOfString.hxx"
47 #include "SALOMEDSClient_AttributeTarget.hxx"
48 #include "SALOMEDSClient_AttributeTextColor.hxx"
49 #include "SALOMEDSClient_AttributeTextHighlightColor.hxx"
50 #include "SALOMEDSClient_AttributeTreeNode.hxx"
51 #include "SALOMEDSClient_AttributeUserID.hxx"
52 #include "SALOMEDSClient_AttributeParameter.hxx"
53 #include "SALOMEDSClient_ChildIterator.hxx"
54 #include "SALOMEDSClient_GenericAttribute.hxx"
55 #include "SALOMEDSClient_SComponent.hxx"
56 #include "SALOMEDSClient_SComponentIterator.hxx"
57 #include "SALOMEDSClient_SObject.hxx"
58 #include "SALOMEDSClient_Study.hxx"
59 #include "SALOMEDSClient_StudyBuilder.hxx"
60 #include "SALOMEDSClient_StudyManager.hxx"
61 #include "SALOMEDSClient_UseCaseBuilder.hxx"
62 #include "SALOMEDSClient_UseCaseIterator.hxx"
63
64 #endif