![]() |
|||
GeoIPValue.javaGo to the documentation of this file.00001 /* 00002 * GeoIPValue.java 00003 * 00004 * Created on 25 octobre 2003, 14:48 00005 */ 00006 00007 package org.net2map.pov.dimension.geoIP; 00008 00013 public class GeoIPValue 00014 extends org.net2map.pov.dimension.Value 00015 { 00016 private static org.apache.log4j.Logger logger = 00017 org.apache.log4j.Logger.getLogger(GeoIPValue.class.getName()); 00019 public GeoIPValue() 00020 { 00021 logger.setLevel((org.apache.log4j.Level)org.apache.log4j.Priority.DEBUG); 00022 logger.warn("Creating..."); 00023 logger.warn("...Created"); 00024 } 00025 00026 public long toLong() 00027 { 00028 return(0);//TODO!!! 00029 } 00030 00031 } |
|||
|
Accueil | Téléchargement | Manuel
| Doc. technique | Sources CVS |
Faq | Nous contacter
©2003 - All Rights Reserved |
|||