comments added and corrected

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1030 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hellwig
2012-04-05 09:40:39 +00:00
parent a4bed2d329
commit ff828ba48f
13 changed files with 33 additions and 28 deletions

View File

@ -161,7 +161,7 @@ protected:
static void copy_handler(void);
static void paste_handler(void);
static void snapshot_handler(void);
//DanceOS Richard Hellwig
//DanceOS
#ifdef DANCEOS_RESTORE
static void restore_handler(void);
#endif
@ -183,7 +183,7 @@ protected:
unsigned copy_bmap_id, copy_hbar_id;
unsigned paste_bmap_id, paste_hbar_id;
unsigned snapshot_bmap_id, snapshot_hbar_id;
//DanceOS Richard Hellwig
//DanceOS
#ifdef DANCEOS_RESTORE
unsigned restore_bmap_id, restore_hbar_id;
#endif