Commit fb73ff954de04e92f22628071a7d11ebcce93e63

Authored by Eric Menezes Noronha
1 parent ce781e2b
Exists in master

Criado metodo para gravar dados em registro (tambem em linux). Installcacic acei…

…tando o parametro uninstall. Criada classe coleta para melhor organização no gercols. =-a
Showing 2 changed files with 15 additions and 0 deletions   Show diff stats
src/ccoleta.cpp 0 → 100644
... ... @@ -0,0 +1,5 @@
  1 +#include "ccoleta.h"
  2 +
  3 +CColeta::CColeta()
  4 +{
  5 +}
... ...
src/ccoleta.h 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +#ifndef CCOLETA_H
  2 +#define CCOLETA_H
  3 +
  4 +class CColeta
  5 +{
  6 +public:
  7 + CColeta();
  8 +};
  9 +
  10 +#endif // CCOLETA_H
... ...