Integration of OCCT 6.5.0 from SVN
[occt.git] / src / TestTopOpeDraw / TestTopOpeDraw.cxx
... / ...
CommitLineData
1// File: TestTopOpeDraw.cxx
2// Created: Mon Jan 20 16:51:04 1997
3// Author: Jean Yves LEBEY
4// <jyl@bistrox.paris1.matra-dtv.fr>
5
6#include <TestTopOpeDraw.ixx>
7#include <DBRep.hxx>
8
9//=======================================================================
10//function : AllCommands
11//purpose :
12//=======================================================================
13
14void TestTopOpeDraw::AllCommands(Draw_Interpretor& theCommands)
15{
16 TestTopOpeDraw::OtherCommands(theCommands);
17}