Salome HOME
Merge with OCC-V2_1_0_deb
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_Algo.cxx
1 // File:        GEOMAlgo_Algo.cxx
2 // Created:     Sat Dec 04 12:39:47 2004
3 // Author:      Peter KURNEV
4 //              <peter@PREFEX>
5
6
7 #include <GEOMAlgo_Algo.ixx>
8
9 //=======================================================================
10 // function: 
11 // purpose: 
12 //=======================================================================
13   GEOMAlgo_Algo::GEOMAlgo_Algo()
14 :
15   myErrorStatus(1),
16   myWarningStatus(0)
17 {}
18 //=======================================================================
19 // function: ~
20 // purpose: 
21 //=======================================================================
22   GEOMAlgo_Algo::~GEOMAlgo_Algo()
23 {
24 }
25 //=======================================================================
26 // function: ErrorStatus
27 // purpose: 
28 //=======================================================================
29   Standard_Integer GEOMAlgo_Algo::ErrorStatus()const
30 {
31   return myErrorStatus;
32 }
33 //=======================================================================
34 // function: WarningStatus
35 // purpose: 
36 //=======================================================================
37   Standard_Integer GEOMAlgo_Algo::WarningStatus()const
38 {
39   return myWarningStatus;
40 }
41 //  myErrorStatus
42 //
43 // 1 - object is just initialized