0027772: Foundation Classes - define Standard_Boolean using C++ type "bool" instead...
[occt.git] / src / Draw / Draw_PInterp.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 220d206..2a616d2
@@ -1,8 +1,18 @@
-// File:       Draw_PInterp.hxx
-// Created:    Thu Feb 23 17:31:31 1995
-// Author:     Remi LEQUETTE
-//             <rle@bravox>
-
+// Created on: 1995-02-23
+// Created by: Remi LEQUETTE
+// Copyright (c) 1995-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 _Draw_PInterp_HeaderFile
 #define _Draw_PInterp_HeaderFile
@@ -11,8 +21,4 @@ struct Tcl_Interp;
 
 typedef Tcl_Interp *Draw_PInterp;
 
-
-#include <Standard_Type.hxx>
-inline const Handle(Standard_Type)& STANDARD_TYPE(Draw_PInterp) {return *((Handle(Standard_Type)*)0);}
-
 #endif