mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0024737: Coding - remove <br> tag from header files
Eliminate #ifdefs around #includes, some unnecessary includes and macros
This commit is contained in:
@@ -5,6 +5,3 @@ WNT_WOKUMake.edl
|
||||
WNT_Dword.hxx
|
||||
WNT_Uint.hxx
|
||||
WNT_WindowData.hxx
|
||||
WNT_Dword.cxx
|
||||
WNT_Uint.cxx
|
||||
WNT_WindowData.cxx
|
||||
|
@@ -1,27 +0,0 @@
|
||||
// Copyright (c) 1996-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef __WNT_Dword_HeaderFile
|
||||
# include <WNT_Dword.hxx>
|
||||
#endif // __WNT_Dword_HeaderFile
|
||||
|
||||
const Handle( Standard_Type )& STANDARD_TYPE( WNT_Dword ) {
|
||||
|
||||
static Handle( Standard_Type ) _aType = new Standard_Type (
|
||||
"WNT_Dword", sizeof ( WNT_Dword )
|
||||
);
|
||||
|
||||
return _aType;
|
||||
|
||||
} // end function
|
@@ -1,27 +0,0 @@
|
||||
// Copyright (c) 1996-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef __WNT_Uint_HeaderFile
|
||||
# include <WNT_Uint.hxx>
|
||||
#endif // __WNT_Uint_HeaderFile
|
||||
|
||||
const Handle( Standard_Type )& STANDARD_TYPE( WNT_Uint ) {
|
||||
|
||||
static Handle( Standard_Type ) _aType = new Standard_Type (
|
||||
"WNT_Uint", sizeof ( WNT_Uint )
|
||||
);
|
||||
|
||||
return _aType;
|
||||
|
||||
} // end function
|
@@ -1,28 +0,0 @@
|
||||
// Copyright (c) 1996-1999 Matra Datavision
|
||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
||||
//
|
||||
// This file is part of Open CASCADE Technology software library.
|
||||
//
|
||||
// This library is free software; you can redistribute it and/or modify it under
|
||||
// the terms of the GNU Lesser General Public License version 2.1 as published
|
||||
// by the Free Software Foundation, with special exception defined in the file
|
||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
||||
// distribution for complete text of the license and disclaimer of any warranty.
|
||||
//
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#ifndef __WNT_WindowData_HeaderFile
|
||||
# include <WNT_WindowData.hxx>
|
||||
#endif // __WNT_WindowData_HeaderFile
|
||||
|
||||
const Handle( Standard_Type )& STANDARD_TYPE( WNT_WindowData ) {
|
||||
|
||||
static Handle( Standard_Type ) _aType = new Standard_Type (
|
||||
"WNT_WindowData",
|
||||
sizeof ( WNT_WindowData )
|
||||
);
|
||||
|
||||
return _aType;
|
||||
|
||||
} // end function
|
Reference in New Issue
Block a user