pyVlibrasUpdate.h
605 Bytes
//*****************************************************************
/*
Copyright (c) 2015 Ezequiel Silva
VLibras-Core group at LAViD, Federal University of Paraiba
*/
//*****************************************************************
/**
* \file pyVlibrasUpdate.h
* \authors Ezequiel Silva
* \date Setembro 2015
*/
#ifndef _PHVLIBRASUPDATE_H
#define _PHVLIBRASUPDATE_H
#include <windows.h>
/** \brief Classe para execução do Vlibras Update.
*
*/
class PyVlibrasUpdate
{
public:
int install(char* strFunct, char* strstrParams);
void checkExe(char* strFunct, char* strstrParams);
};
#endif