0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
[occt.git] / src / QANCollection / QANCollection.cxx
index b8ede6a..4a69d80 100644 (file)
@@ -4,8 +4,8 @@
 //
 // 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 version 2.1 as published
+// 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.
 #include <Draw_Interpretor.hxx>
 
 #include <gp_Pnt.hxx>
-//#include <QANCollection_Common.hxx>
 
-void QANCollection::Commands(Draw_Interpretor& theCommands) {
-  QANCollection::Commands1(theCommands);
-  QANCollection::Commands2(theCommands);
-  QANCollection::Commands3(theCommands);
-  QANCollection::Commands4(theCommands);
-  return;
+void QANCollection::Commands (Draw_Interpretor& theCommands)
+{
+  QANCollection::CommandsTest (theCommands);
+  QANCollection::CommandsPerf (theCommands);
+  QANCollection::CommandsAlloc (theCommands);
+  QANCollection::CommandsHandle(theCommands);
+  QANCollection::CommandsStl (theCommands);
 }