mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-12 18:11:05 +08:00
Obsolete approach to definition of OCCT RTTI in sample classes generated by WOK from CDL is replaced by usage of standard macros
38 lines
1.1 KiB
C++
Executable File
38 lines
1.1 KiB
C++
Executable File
// File generated by CPPExt (Transient)
|
|
//
|
|
// Copyright (C) 1991,1995 by
|
|
//
|
|
// MATRA DATAVISION, FRANCE
|
|
//
|
|
// This software is furnished in accordance with the terms and conditions
|
|
// of the contract and with the inclusion of the above copyright notice.
|
|
// This software or any other copy thereof may not be provided or otherwise
|
|
// be made available to any other person. No title to an ownership of the
|
|
// software is hereby transferred.
|
|
//
|
|
// At the termination of the contract, the software and all copies of this
|
|
// software must be deleted.
|
|
//
|
|
#ifndef _OCAFSample_CommonDriver_HeaderFile
|
|
#define _OCAFSample_CommonDriver_HeaderFile
|
|
|
|
#include <Standard_Type.hxx>
|
|
#include <OCAFSample_Driver.hxx>
|
|
|
|
class TFunction_Logbook;
|
|
|
|
|
|
class OCAFSample_CommonDriver : public OCAFSample_Driver
|
|
{
|
|
public:
|
|
|
|
Standard_EXPORT OCAFSample_CommonDriver ();
|
|
Standard_EXPORT virtual Standard_Integer Execute (Handle (TFunction_Logbook)& theLogbook) const;
|
|
Standard_EXPORT ~OCAFSample_CommonDriver ();
|
|
|
|
// OCCT RTTI
|
|
DEFINE_STANDARD_RTTIEXT (OCAFSample_CommonDriver, OCAFSample_Driver)
|
|
};
|
|
|
|
#endif
|