/* ISimple.java */

interface ISimple
{
	
   static double dConstant = 1.0;

}

/* End of file */
