// 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 (PhotoShare == null) var PhotoShare = {}; PhotoShare._path = '/dwr'; PhotoShare.addComment = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'addComment', p0, p1, callback); } PhotoShare.deletePhoto = function(p0, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'deletePhoto', p0, callback); } PhotoShare.deletePhotoSet = function(p0, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'deletePhotoSet', p0, callback); } PhotoShare.setPhotoTitle = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setPhotoTitle', p0, p1, callback); } PhotoShare.setPhotoDescription = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setPhotoDescription', p0, p1, callback); } PhotoShare.setPhotoSetTitle = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setPhotoSetTitle', p0, p1, callback); } PhotoShare.setPhotoSetDescription = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setPhotoSetDescription', p0, p1, callback); } PhotoShare.setDefaultPhoto = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setDefaultPhoto', p0, p1, callback); } PhotoShare.addTag = function(p0, p1, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'addTag', p0, p1, callback); } PhotoShare.setPhotoShareManager = function(p0, callback) { dwr.engine._execute(PhotoShare._path, 'PhotoShare', 'setPhotoShareManager', p0, callback); }