mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0024002: Overall code and build procedure refactoring - samples
Modified MFC samples; minor fix in headers (for building products)
This commit is contained in:
@@ -17,19 +17,14 @@
|
||||
#ifndef _Transfer_FinderProcess_HeaderFile
|
||||
#define _Transfer_FinderProcess_HeaderFile
|
||||
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <Transfer_ProcessForFinder.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
#include <Interface_InterfaceModel.hxx>
|
||||
|
||||
class Interface_InterfaceModel;
|
||||
class Transfer_TransientMapper;
|
||||
class Standard_Transient;
|
||||
class Transfer_Finder;
|
||||
class Message_Messenger;
|
||||
|
||||
|
||||
class Transfer_FinderProcess;
|
||||
DEFINE_STANDARD_HANDLE(Transfer_FinderProcess, Transfer_ProcessForFinder)
|
||||
|
||||
@@ -79,28 +74,10 @@ public:
|
||||
//! Prints statistics on a given output, according mode
|
||||
Standard_EXPORT void PrintStats (const Standard_Integer mode, const Handle(Message_Messenger)& S) const;
|
||||
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTI(Transfer_FinderProcess,Transfer_ProcessForFinder)
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Handle(Interface_InterfaceModel) themodel;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Transfer_FinderProcess_HeaderFile
|
||||
|
Reference in New Issue
Block a user