0027772: Foundation Classes - define Standard_Boolean using C++ type "bool" instead...
[occt.git] / src / Draw / Draw_Display.cxx
old mode 100755 (executable)
new mode 100644 (file)
index a1cc1bd..edc400a
@@ -1,12 +1,27 @@
-// Copyright:  Matra-Datavision 1991
-// File:       Draw_Display.cxx
-// Created:    Mon Jul 15 10:58:59 1991
-// Author:     Arnaud BOUZY
-//             <adn>
+// Created on: 1991-07-15
+// Created by: Arnaud BOUZY
+// Copyright (c) 1991-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.
 
-#include <Draw_Display.ixx>
+
+#include <Draw_Color.hxx>
+#include <Draw_Display.hxx>
 #include <ElCLib.hxx>
+#include <gp_Circ.hxx>
+#include <gp_Circ2d.hxx>
+#include <gp_Pnt.hxx>
+#include <gp_Pnt2d.hxx>
 
 extern Standard_Boolean Draw_Bounds;
 
@@ -91,10 +106,8 @@ void Draw_Display::DrawMarker (const gp_Pnt2d& pt,
     C.SetLocation(pt);
     Draw(C, 0, 2*M_PI, Standard_False);
     break;
-#ifndef DEB
   default:
     break;
-#endif
     
   }
   Draw_Bounds = Standard_True;