geom/src/GEOM/GEOM_Application.cxx

40 lines
930 B
C++
Raw Normal View History

2004-12-01 15:39:14 +05:00
2005-08-11 10:04:55 +06:00
#include <Standard_Stream.hxx>
#include <GEOM_Application.ixx>
2004-12-01 15:39:14 +05:00
//=======================================================================
//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");
}