summaryrefslogtreecommitdiff
path: root/include/VBox/com/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/VBox/com/assert.h')
-rw-r--r--include/VBox/com/assert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/VBox/com/assert.h b/include/VBox/com/assert.h
index 0a9b1afd..900ce131 100644
--- a/include/VBox/com/assert.h
+++ b/include/VBox/com/assert.h
@@ -1,10 +1,9 @@
/** @file
- * MS COM / XPCOM Abstraction Layer:
- * Assertion macros for COM/XPCOM
+ * MS COM / XPCOM Abstraction Layer - Assertion macros for COM/XPCOM.
*/
/*
- * Copyright (C) 2006-2007 Oracle Corporation
+ * Copyright (C) 2006-2010 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
@@ -106,3 +105,4 @@
if (!SUCCEEDED (rc)) { AssertComRC (rc); throw rc; } else do {} while (0)
#endif // !___VBox_com_assert_h
+