
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.DWRUserLogin');

if (typeof this['DWRUserLogin'] == 'undefined') DWRUserLogin = {};

DWRUserLogin._path = '/dwr';




DWRUserLogin.updateUserOnline = function(callback) {
return dwr.engine._execute(DWRUserLogin._path, 'DWRUserLogin', 'updateUserOnline', arguments);
};





DWRUserLogin.checkUserName = function(p0, callback) {
return dwr.engine._execute(DWRUserLogin._path, 'DWRUserLogin', 'checkUserName', arguments);
};






DWRUserLogin.checkUserLogin = function(p0, p1, callback) {
return dwr.engine._execute(DWRUserLogin._path, 'DWRUserLogin', 'checkUserLogin', arguments);
};






DWRUserLogin.checkValidateCode = function(p0, p1, callback) {
return dwr.engine._execute(DWRUserLogin._path, 'DWRUserLogin', 'checkValidateCode', arguments);
};





DWRUserLogin.checkUserLoginCode = function(p0, callback) {
return dwr.engine._execute(DWRUserLogin._path, 'DWRUserLogin', 'checkUserLoginCode', arguments);
};


