// 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 (chdpstcmt == null) var chdpstcmt = {}; chdpstcmt._path = '/dwr'; chdpstcmt.insertChdpstcmt = function(p0, callback) { dwr.engine._execute(chdpstcmt._path, 'chdpstcmt', 'insertChdpstcmt', p0, callback); } chdpstcmt.deleteChdpstcmt = function(p0, callback) { dwr.engine._execute(chdpstcmt._path, 'chdpstcmt', 'deleteChdpstcmt', p0, callback); }