// 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 #include class NIS_InteractiveObject; /** * Definition of HANDLE object using Standard_DefineHandle.hxx */ DEFINE_STANDARD_HANDLE (NIS_InteractiveObject, Standard_Transient) #endif