blob: a63ce9a1ad40411fa713bfbbd5ede0b74782c0b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// File: Handle_NIS_InteractiveObject.hxx
// Created: 14.07.07 09:24
// Author: Alexander GRIGORIEV
// Copyright: Open Cascade 2007
#ifndef Handle_NIS_InteractiveObject_HeaderFile
#define Handle_NIS_InteractiveObject_HeaderFile
#include <Standard_DefineHandle.hxx>
#include <Standard_Transient.hxx>
class NIS_InteractiveObject;
/**
* Definition of HANDLE object using Standard_DefineHandle.hxx
*/
DEFINE_STANDARD_HANDLE (NIS_InteractiveObject, Standard_Transient)
#endif
|