Author: jerome
Date: 2008-12-19 03:30:47 +0100 (Fri, 19 Dec 2008)
New Revision: 3226
Modified:
software_suite_v2/software/development_tools/tuxdroid-gadget-java-kit/trunk/tuxdroid-gadget-java-kit/sources/com/kysoh/tuxdroid/gadget/framework/gadget/SimpleGadgetConfiguration.java
Log:
* removed reference to ip field cause ip is now sent by VE instead of invisible
parameter. So, old gadgets and new will be compatible ( also on the static
pages ).
Modified:
software_suite_v2/software/development_tools/tuxdroid-gadget-java-kit/trunk/tuxdroid-gadget-java-kit/sources/com/kysoh/tuxdroid/gadget/framework/gadget/SimpleGadgetConfiguration.java
===================================================================
---
software_suite_v2/software/development_tools/tuxdroid-gadget-java-kit/trunk/tuxdroid-gadget-java-kit/sources/com/kysoh/tuxdroid/gadget/framework/gadget/SimpleGadgetConfiguration.java
2008-12-19 02:10:55 UTC (rev 3225)
+++
software_suite_v2/software/development_tools/tuxdroid-gadget-java-kit/trunk/tuxdroid-gadget-java-kit/sources/com/kysoh/tuxdroid/gadget/framework/gadget/SimpleGadgetConfiguration.java
2008-12-19 02:30:47 UTC (rev 3226)
@@ -28,7 +28,6 @@
private String language;
private String country;
private String locutor;
- private String ip;
/**
* @return the pitch
@@ -104,23 +103,4 @@
public void setTraces(boolean traces) {
this.traces = traces;
}
-
-
- /**
- * @param httpserver ip address.
- */
- public void setIP(String IP)
- {
- this.ip = IP;
- }
-
-
- /**
- * Return current used ip adress.
- * @return
- */
- public String getIP()
- {
- return this.ip;
- }
}
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn