source: observatorio/simulacion/SimEscenariosEconomicos/svg_sigesic_builder.H

simulacion
Last change on this file was d715e35, checked in by Alejandro <amujica@…>, 10 years ago

cambio de nombre al modulo python

  • Property mode set to 100644
File size: 559 bytes
Line 
1# ifndef SVG_SIGESIC_BUILDER_H
2# define SVG_SIGESIC_BUILDER_H
3
4# include <cstdlib>
5# include <string>
6# include <vector>
7
8# include <dbProperties.H>
9# include <ioManager.H>
10# include <process.H>
11
12int buildSvg(const int & levelsup, const int & levelsdown,
13             const char * const year, const char * const host,
14             const char * const port, const char * const dbname,
15             const char * const username, const char * const password,
16             const char * const baseName, std::vector<long> & codes);
17
18# endif // SVG_SIGESIC_BUILDER_H
19
Note: See TracBrowser for help on using the repository browser.