which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@5036 c028cbd2-c16b-5b4b-a496-9718f37d4682
17 lines
321 B
C++
Executable File
17 lines
321 B
C++
Executable File
#include <confapp.h>
|
|
|
|
#include "sv0400a.h"
|
|
|
|
class TParametri_st : public TConfig_application
|
|
{
|
|
public:
|
|
TParametri_st() : TConfig_application(CONFIG_DITTA) { }
|
|
virtual ~TParametri_st() { }
|
|
};
|
|
|
|
int st0400(int argc, char* argv[])
|
|
{
|
|
TParametri_st app;
|
|
app.run(argc, argv, "Parametri statistiche");
|
|
return 0;
|
|
} |