summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/ParallelPortImpl.h
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-05-08 17:59:43 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2012-05-08 17:59:43 +0000
commitc5b8d5479eaed9c6e0a9a7c59f5c9553b63f0d0d (patch)
tree7a1fcb63ac7b12958fe6f2ca59c55a63d0bb9e4b /src/VBox/Main/include/ParallelPortImpl.h
parent99ce4c97e51e40063fab7bb91119aedd836b8764 (diff)
downloadVirtualBox-svn-c5b8d5479eaed9c6e0a9a7c59f5c9553b63f0d0d.tar.gz
Main: move handleUnexpectedExceptions method to VirtualBoxBase
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@41214 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/include/ParallelPortImpl.h')
-rw-r--r--src/VBox/Main/include/ParallelPortImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Main/include/ParallelPortImpl.h b/src/VBox/Main/include/ParallelPortImpl.h
index d646cd90805..5fd4fe1c65c 100644
--- a/src/VBox/Main/include/ParallelPortImpl.h
+++ b/src/VBox/Main/include/ParallelPortImpl.h
@@ -5,7 +5,7 @@
*/
/*
- * Copyright (C) 2006-2007 Oracle Corporation
+ * Copyright (C) 2006-2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
@@ -84,5 +84,5 @@ private:
Data *m;
};
-#endif // ____H_FLOPPYDRIVEIMPL
+#endif // ____H_PARALLELPORTIMPL
/* vi: set tabstop=4 shiftwidth=4 expandtab: */