blob: f26de7666d7c694f82a15cdfba2d13bf106ae683 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// File: TestTopOpeTools.cxx
// Created: Mon Oct 24 13:33:04 1994
// Author: Jean Yves LEBEY
// <jyl@bravox>
#include <TestTopOpeTools.ixx>
//=======================================================================
//function : AllCommands
//purpose :
//=======================================================================
void TestTopOpeTools::AllCommands(Draw_Interpretor& theCommands)
{
TestTopOpeTools::TraceCommands(theCommands);
TestTopOpeTools::OtherCommands(theCommands);
}
|