
function PollPostDWR() { }
PollPostDWR._path = '/dwr';

PollPostDWR.vote = function(p0, p1, callback) {
    DWREngine._execute(PollPostDWR._path, 'PollPostDWR', 'vote', p0, p1, callback);
}
