-- ====================================
@template HandleTransient (%HTName,%HTInherits) is
-$// This file is generated by WOK (CPPExt).
-$// Please do not edit this file; modify original file instead.
-$// The copyright and license terms as defined for the original file apply to
-$// this header file considered to be the "object code" form of the original source.
-$
-$#ifndef _Handle_%HTName_HeaderFile
-$#define _Handle_%HTName_HeaderFile
-$
-$#include <Standard.hxx>
-$#include <Standard_DefineHandle.hxx>
-$#include <Handle_%HTInherits.hxx>
-$
-$class Standard_Transient;
-$class Handle(Standard_Type);
-$class Handle(%HTInherits);
-$class %HTName;
-$
-$DEFINE_STANDARD_HANDLE(%HTName, %HTInherits)
-$
-$#endif // _Handle_%HTName_HeaderFile
+$// useless stuff
@end;
-- ===============================
$#define _%Class_HeaderFile
$
$#include <Standard.hxx>
-$#include <Standard_DefineHandle.hxx>
+$#include <Standard_Type.hxx>
$
$%TICIncludes
$
$#define _%Class_HeaderFile
$
$#include <Standard.hxx>
-$#include <Standard_DefineHandle.hxx>
+$#include <Standard_Type.hxx>
$
$%TICIncludes
$
@end;
@template TransientIxx (%Class,%Suffix,%Supplement,%TypeMgt,%Methods) is
-$// Useless stuff
+$// This file is generated by WOK (CPPExt).
+$// Please do not edit this file; modify original file instead.
+$// The copyright and license terms as defined for the original file apply to
+$// this header file considered to be the "object code" form of the original source.
+$
+$#include <%Class.%Suffix>
$
$#include <Standard_Type.hxx>
+$
+$%Supplement
+$
+$%TypeMgt
+$
+$%Methods
@end;
-- ================================
$#define _%Class_HeaderFile
$
$#include <Standard.hxx>
-$#include <Standard_DefineHandle.hxx>
$#include <Standard_DefineException.hxx>
$#include <Standard_SStream.hxx>
$#include <%Inherits.hxx>