1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package jdk
.dio
.watchdog
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
14 import jdk
.dio
.DevicePermission
;
17 public class WatchdogTimerPermission
18 extends DevicePermission
21 public WatchdogTimerPermission(String __a
)
24 throw Debugging
.todo();
28 public WatchdogTimerPermission(String __a
, String __b
)
31 throw Debugging
.todo();