Rev 1604 | Rev 1625 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1604 | Rev 1619 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | 2 | * |
|
| 3 | |
3 | * Copyright (C) 2010 Mattias Runge |
| 4 | 4 | * |
|
| 5 | |
5 | * This program is free software; you can redistribute it and/or modify |
| 6 | |
6 | * it under the terms of the GNU General Public License as published by |
| 7 | |
7 | * the Free Software Foundation; either version 2 of the License, or |
| 8 | |
8 | * (at your option) any later version. |
| 9 | 9 | * |
|
| 10 | |
10 | * This program is distributed in the hope that it will be useful, |
| 11 | |
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | |
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | |
13 | * GNU General Public License for more details. |
| 14 | 14 | * |
|
| 15 | |
15 | * You should have received a copy of the GNU General Public License along |
| 16 | |
16 | * with this program; if not, write to the Free Software Foundation, Inc., |
| 17 | |
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 18 | 18 | * |
|
| 19 | */ |
19 | */ |
| 20 | 20 | ||
| 21 | #ifndef VM_PLUGIN_TIMER_H |
21 | #ifndef VM_PLUGIN_TIMER_H |
| 22 | #define VM_PLUGIN_TIMER_H |
22 | #define VM_PLUGIN_TIMER_H |
| 23 | 23 | ||