Fill in SprintPCS 2.2 API.
[SquirrelJME.git] / modules / sprint-api / src / main / java / com / sprintpcs / util / Location.java
blob558134f16e3b85238e5e4259543c4120c30ab63d
1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // Multi-Phasic Applications: SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com.sprintpcs.util;
12 import cc.squirreljme.runtime.cldc.annotation.Api;
13 import cc.squirreljme.runtime.cldc.debug.Debugging;
15 @Api
16 public class Location
18 @Api
19 public String getBSCLatitude()
20 throws SecurityException
22 throw Debugging.todo();
25 @Api
26 public String getBSCLongitude()
27 throws SecurityException
29 throw Debugging.todo();
32 @Api
33 public void setServerIPAddress(String __ip)
34 throws SecurityException
36 throw Debugging.todo();
39 @Api
40 public void setServerIPPort(String __port)
41 throws SecurityException
43 throw Debugging.todo();