- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Sep 2009 17:16:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn In directory hutz:/tmp/cvs-serv18164/src/org/w3c/unicorn Modified Files: Framework.java Log Message: added outputParamName to Observer object Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Framework.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Framework.java 4 Sep 2009 14:08:35 -0000 1.10 +++ Framework.java 18 Sep 2009 17:16:05 -0000 1.11 @@ -341,6 +341,7 @@ } obs.setListOfCallMethod(unmarshaller.getListOfCallMethod()); obs.setParamLangName(unmarshaller.getNameOfLangParameter()); + obs.setParamOutputName(unmarshaller.getNameOfOutputParameter()); obs.setID(unmarshaller.getID()); obs.setName(unmarshaller.getName()); obs.setDescription(unmarshaller.getDescription());
Received on Friday, 18 September 2009 17:16:17 UTC