20 lines
195 B
C++
20 lines
195 B
C++
|
/*
|
||
|
* OutputValues.cpp
|
||
|
*
|
||
|
* Created on: 30 Mar 2022
|
||
|
* Author: rooob
|
||
|
*/
|
||
|
#include <OutputValues.h>
|
||
|
|
||
|
namespace ACS {
|
||
|
|
||
|
OutputValues::OutputValues(){
|
||
|
|
||
|
}
|
||
|
|
||
|
OutputValues::~OutputValues(){
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|