summaryrefslogtreecommitdiff
path: root/inc/GC_Root.lxx
blob: 3425d3fa46b76b52411db7c956e3f2fd55722dff (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
27
// File:	GC_Root.cxx
// Created:	Tue Sep 29 12:34:39 1992
// Author:	Remi GILET
//		<reg@sdsun2>


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

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