[go: up one dir, main page]

Menu

[r99]: / trunk / VTS3 / ScriptTest.cpp  Maximize  Restore  History

Download this file

20 lines (15 with data), 321 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#include "stdafx.h"
#include "VTS.h"
#include "ScriptBase.h"
//
// ScriptTest::ScriptTest
//
ScriptTest::ScriptTest( const CString &number )
: ScriptCase( "" ), testFirstPacket(0), testNext(0)
{
baseType = scriptTest;
baseLabel = number;
// set the image list offset and status
baseImage = 4;
baseStatus = 0;
}