mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-16 14:45:07 +08:00
35 lines
1.4 KiB
Plaintext
Executable File
35 lines
1.4 KiB
Plaintext
Executable File
// File: PCDM_Reader.lxx
|
|
// Created: Wed Jun 25 16:31:02 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:39 $%Z%";
|
|
//=======================================================================
|
|
//function : GetStatus
|
|
//purpose :
|
|
//=======================================================================
|
|
|
|
inline PCDM_ReaderStatus PCDM_Reader::GetStatus() const {
|
|
return myReaderStatus;
|
|
}
|
|
|
|
// Lastly modified by :
|
|
// +---------------------------------------------------------------------------+
|
|
// ! szy ! Creation !25-06-2003! 5.0-20-%L%!
|
|
// +---------------------------------------------------------------------------+
|
|
|
|
|
|
// @@SDM: begin
|
|
|
|
// Copyright Open CASCADE......................................Version 5.0-20
|
|
// Lastly modified by : szy Date : 25-06-2003
|
|
|
|
// File history synopsis (creation,modification,correction)
|
|
// +---------------------------------------------------------------------------+
|
|
// ! Developer ! Comments ! Date ! Version !
|
|
// +-----------!-----------------------------------------!----------!----------+
|
|
// ! szy ! Creation !25-06-2003! 5.0-20-%L%!
|
|
// +---------------------------------------------------------------------------+
|
|
|
|
// @@SDM: end
|