root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/taskmanager/AbstractPeriodicTaskManager.java

10021015
1
/*
1
/*
2
 * This file is part of aion-emu <aion-emu.com>.
2
 * This file is part of aion-unique <aion-unique.org>.
3
 *
3
 *
4
 *  aion-emu is free software: you can redistribute it and/or modify
4
 *  aion-unique is free software: you can redistribute it and/or modify
5
 *  it under the terms of the GNU General Public License as published by
5
 *  it under the terms of the GNU General Public License as published by
6
 *  the Free Software Foundation, either version 3 of the License, or
6
 *  the Free Software Foundation, either version 3 of the License, or
7
 *  (at your option) any later version.
7
 *  (at your option) any later version.
8
 *
8
 *
9
 *  aion-emu is distributed in the hope that it will be useful,
9
 *  aion-unique is distributed in the hope that it will be useful,
10
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 *  GNU General Public License for more details.
12
 *  GNU General Public License for more details.
13
 *
13
 *
14
 *  You should have received a copy of the GNU General Public License
14
 *  You should have received a copy of the GNU General Public License
15
 *  along with aion-emu.  If not, see <http://www.gnu.org/licenses/>.
15
 *  along with aion-unique.  If not, see <http://www.gnu.org/licenses/>.
16
 */
16
 */
17
package com.aionemu.gameserver.taskmanager;
17
package com.aionemu.gameserver.taskmanager;
18
18