
// 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 (DWR == null) var DWR = {};
DWR._path = '/dwr';
DWR.activate = function(p0, p1, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'activate', p0, p1, callback);
}
DWR.super$1$wait = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$wait', callback);
}
DWR.super$1$wait = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$wait', p0, callback);
}
DWR.super$1$wait = function(p0, p1, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$wait', p0, p1, callback);
}
DWR.super$1$getClass = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$getClass', callback);
}
DWR.super$1$notify = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$notify', callback);
}
DWR.super$1$notifyAll = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$notifyAll', callback);
}
DWR.super$1$finalize = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$finalize', callback);
}
DWR.super$1$toString = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$toString', callback);
}
DWR.super$1$equals = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$equals', p0, callback);
}
DWR.super$1$clone = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$clone', callback);
}
DWR.super$1$hashCode = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'super$1$hashCode', callback);
}
DWR.getServerService = function(callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'getServerService', callback);
}
DWR.setServerService = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'setServerService', p0, callback);
}
DWR.sayHello = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'sayHello', p0, callback);
}
DWR.bulletinNotify = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'bulletinNotify', p0, callback);
}
DWR.getQuestionListByCategoryId = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'getQuestionListByCategoryId', p0, callback);
}
DWR.isDupeUsername = function(p0, callback) {
  dwr.engine._execute(DWR._path, 'DWR', 'isDupeUsername', p0, callback);
}
