2006/unicorn/src/org/w3c/unicorn/response Response.java,1.12,1.13

Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response
In directory hutz:/tmp/cvs-serv27190/src/org/w3c/unicorn/response

Modified Files:
	Response.java 
Log Message:
added getHTMLIndexUri() method which must return the index page uri of this response observer

Index: Response.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Response.java	19 Oct 2009 16:18:52 -0000	1.12
+++ Response.java	19 Oct 2009 17:18:01 -0000	1.13
@@ -74,4 +74,5 @@
 	
 	public String getHTMLRequestUri();
 	
+	public String getHTMLIndexUri();
 }

Received on Monday, 19 October 2009 17:18:05 UTC