mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026033: Coding rules - get rid from _Handle classes
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#include <OSD_Path.hxx>
|
||||
|
||||
#include <Graphic3d_TypeOfShaderObject.hxx>
|
||||
#include <Graphic3d_ShaderObject_Handle.hxx>
|
||||
|
||||
//! Forward declaration
|
||||
class Handle(Graphic3d_ShaderObject);
|
||||
|
||||
//! This class is responsible for managing shader objects.
|
||||
class Graphic3d_ShaderObject : public Standard_Transient
|
||||
@@ -73,4 +75,6 @@ private:
|
||||
Graphic3d_TypeOfShaderObject myType;
|
||||
};
|
||||
|
||||
DEFINE_STANDARD_HANDLE (Graphic3d_ShaderObject, Standard_Transient)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user