geom/src/GEOM/GEOM_Application.cxx

40 lines
920 B
C++
Raw Normal View History

2004-12-01 15:39:14 +05:00
using namespace std;
#include "GEOM_Application.ixx"
//=======================================================================
//function : GEOM_Application
//purpose :
//=======================================================================
GEOM_Application::GEOM_Application()
{
}
//=======================================================================
//function : Formats
//purpose :
//=======================================================================
void GEOM_Application::Formats(TColStd_SequenceOfExtendedString& Formats)
{
Formats.Append(TCollection_ExtendedString ("SALOME_GEOM"));
}
//=======================================================================
//function : ResourcesName
//purpose :
//=======================================================================
Standard_CString GEOM_Application::ResourcesName()
{
return Standard_CString ("GEOMDS_Resources");
}