independizar el nombre del producto
parent
540cb6057f
commit
8a55604f04
|
|
@ -133,10 +133,10 @@ bool ClienteLicencias::preguntarDescarga()
|
|||
return res;
|
||||
}
|
||||
|
||||
bool ClienteLicencias::cargaLicencia()
|
||||
bool ClienteLicencias::cargaLicencia( char* exePath, char* nameProducto)
|
||||
{
|
||||
LicCliente cli;
|
||||
return cli.cargaLicencia(this);
|
||||
return cli.cargaLicencia(this, exePath, nameProducto);
|
||||
}
|
||||
|
||||
bool ClienteLicencias::getPathLic( char* path, char* producto )
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ public:
|
|||
ClienteLicencias(void);
|
||||
~ClienteLicencias(void);
|
||||
|
||||
bool cargaLicencia();
|
||||
bool cargaLicencia( char* exePath=NULL, char* nameProducto=NULL);
|
||||
|
||||
virtual bool getClave(char* clave, char* producto );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue