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