17 lines
125 B
C++
17 lines
125 B
C++
|
#include "svkernelv2.h"
|
||
|
|
||
|
SvKernelV2::SvKernelV2()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
SvKernelV2::~SvKernelV2()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
void SvKernelV2::exec(int line)
|
||
|
{
|
||
|
|
||
|
}
|