campo-sirio/sv/sv0400.cpp
guy ce957aef04 This commit was generated by cvs2svn to compensate for changes in r5035,
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
1997-08-05 09:24:21 +00:00

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;
}