- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 27 Aug 2009 14:05:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn
In directory hutz:/tmp/cvs-serv27320/src/org/w3c/unicorn
Modified Files:
Tag: dev2
UnicornCall.java
Log Message:
added function getInputMethod
Index: UnicornCall.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/Attic/UnicornCall.java,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- UnicornCall.java 27 Aug 2009 12:19:29 -0000 1.1.2.11
+++ UnicornCall.java 27 Aug 2009 14:04:58 -0000 1.1.2.12
@@ -669,6 +669,12 @@
public void setEnumInputMethod(final EnumInputMethod aEnumInputMethod) {
this.aEnumInputMethod = aEnumInputMethod;
}
+
+
+
+ public EnumInputMethod getInputMethod() {
+ return aEnumInputMethod;
+ }
/**
* Set the uploadedFile
Received on Thursday, 27 August 2009 14:05:10 UTC