Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/geom.git] / src / GEOM / GEOM_Application.cxx
1
2 using namespace std;
3 #include "GEOM_Application.ixx"
4
5 //=======================================================================
6 //function : GEOM_Application
7 //purpose  : 
8 //=======================================================================
9
10 GEOM_Application::GEOM_Application() 
11 {
12 }
13
14
15 //=======================================================================
16 //function : Formats
17 //purpose  : 
18 //=======================================================================
19
20 void GEOM_Application::Formats(TColStd_SequenceOfExtendedString& Formats) 
21 {  
22   Formats.Append(TCollection_ExtendedString ("SALOME_GEOM"));
23 }
24
25
26 //=======================================================================
27 //function : ResourcesName
28 //purpose  : 
29 //=======================================================================
30
31 Standard_CString GEOM_Application::ResourcesName() 
32 {
33   return Standard_CString ("GEOMDS_Resources");
34 }
35
36
37
38
39