OCC22355 Avoid annoying warnings in NCollection_SparseArray.hxx on 64-bit Linux with...
[occt.git] / src / QANCollection / QANCollection.cxx
1 // File:        QANCollection.cxx
2 // Created:     Fri Mar  5 09:08:10 2004
3 // Author:      Mikhail KUZMITCHEV
4 //              <mkv@russox>
5
6
7 #include <QANCollection.hxx>
8 #include <Draw_Interpretor.hxx>
9
10 #include <gp_Pnt.hxx>
11 //#include <QANCollection_Common.hxx>
12
13 void QANCollection::Commands(Draw_Interpretor& theCommands) {
14   QANCollection::Commands1(theCommands);
15   QANCollection::Commands2(theCommands);
16   QANCollection::Commands3(theCommands);
17   return;
18 }