if (typeof Network != "function") { function Network() { this.title = null; this.servers = null; this.description = null; this.name = null; this.connections = null; this.blocks = null; this.netNodes = null; this.isExternal = false; this.aggregatedRoutes = null; } } if (typeof DliveService != "function") { function DliveService() { this.port = 0; this.peer = null; this.manager = null; this.name = null; } } if (typeof GaService != "function") { function GaService() { this.port = 0; this.peer = null; this.manager = null; this.name = null; } } if (typeof DvoDService != "function") { function DvoDService() { this.port = 0; this.peer = null; this.manager = null; this.name = null; } } // 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 (MostrarEventosMiniatura == null) var MostrarEventosMiniatura = {}; MostrarEventosMiniatura._path = '/portal/dwr'; MostrarEventosMiniatura.atualizar = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MostrarEventosMiniatura._path, 'MostrarEventosMiniatura', 'atualizar', p0, p1, p2, p3, callback); }