
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.AttachServiceProxy');

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

AttachServiceProxy._path = '/dwr';




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





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





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





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





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





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


