﻿//<using>
//  nui/nui.js
//  nui/prototype.js
//</using>

/**
 * The survey processor used in netranking.cn 
 * Copyright 2007, NetRanking.cn
 *
 * @namespace NUI.Quill.Processor 
 */
NUI.Quill.Processor = {
    getSurveyPrcs : function(vSurvey) {},
    Survey : function(vSurvey) {},
    Question : {},
    Answer : {}
};

