/usr/include/opencascade/PCDM_Reader.lxx is in libopencascade-ocaf-lite-dev 6.5.0.dfsg-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 29 30 31 32 33 34 | // 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
|