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