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