// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (MACService == null) var MACService = {}; MACService._path = '/dwr'; MACService.guardarMAC = function(p0, callback) { dwr.engine._execute(MACService._path, 'MACService', 'guardarMAC', p0, callback); } MACService.getMAC = function(callback) { dwr.engine._execute(MACService._path, 'MACService', 'getMAC', callback); }