blob: 11d8c58ba736898f67e210a58c0eb2c03ff99d7b (
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
28
|
// File: CDF_Application.lxx
// Created: Thu Jun 26 15:44:40 2003
// Author: Sergey ZARITCHNY <szy@opencascade.com>
// Copyright: Open CASCADE 2003
// const static char sccsid[] = "%Z% 5.0-20-%L%, $Date: 2003-07-17 20:53:37 $%Z%";
// Lastly modified by :
// +---------------------------------------------------------------------------+
// ! szy ! Creation !26-06-2003! 5.0-20-%L%!
// +---------------------------------------------------------------------------+
inline PCDM_ReaderStatus CDF_Application::GetRetrieveStatus() const {
return myRetrievableStatus;
}
// @@SDM: begin
// Copyright Open CASCADE......................................Version 5.0-20
// Lastly modified by : szy Date : 26-06-2003
// File history synopsis (creation,modification,correction)
// +---------------------------------------------------------------------------+
// ! Developer ! Comments ! Date ! Version !
// +-----------!-----------------------------------------!----------!----------+
// ! szy ! Creation !26-06-2003! 5.0-20-%L%!
// +---------------------------------------------------------------------------+
// @@SDM: end
|