
// 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 (Authentication == null) var Authentication = {};
Authentication._path = '/dwr';
Authentication.processLogin = function(p0, p1, callback) {
  dwr.engine._execute(Authentication._path, 'Authentication', 'processLogin', p0, p1, callback);
}
