Coding - Deprecate Handle_* type usage #240

Handle_* require special processing in Windows
  and it is already not needed for VS15+
In 7.9 dev will be reorginized to use typedef even for MSVC.
In  8.0 will be fully removed.
This commit is contained in:
dpasukhi
2025-01-05 12:41:34 +00:00
parent 9687f7369c
commit 3d6c21124a
11 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -1010,7 +1010,7 @@ Handle(AIS_InteractiveContext) TPrsStd_AISPresentation::getAISContext() const
if ( TPrsStd_AISViewer::Find(Label(), aViewer) )
return aViewer->GetInteractiveContext();
return Handle_AIS_InteractiveContext();
return Handle(AIS_InteractiveContext)();
}
//=======================================================================