summaryrefslogtreecommitdiff
path: root/inc/gce_Root.lxx
blob: 573091d62a8749568394dda781d8f3a1d039666c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// File:	gce_Root.cxx
// Created:	Tue Sep 29 12:34:39 1992
// Author:	Remi GILET
//		<reg@sdsun2>

inline Standard_Boolean gce_Root::IsDone () const
{
  return TheError == gce_Done;
}

inline gce_ErrorType gce_Root::Status() const
{ 
  return TheError;
}