Index: /trunk/src/VBox/HostServices/DragAndDrop/service.cpp
===================================================================
--- /trunk/src/VBox/HostServices/DragAndDrop/service.cpp	(revision 75952)
+++ /trunk/src/VBox/HostServices/DragAndDrop/service.cpp	(revision 75953)
@@ -342,7 +342,5 @@
         }
         case GUEST_DND_HG_ACK_OP:
-            /* Fall through is intentional. */
         case GUEST_DND_HG_REQ_DATA:
-            /* Fall through is intentional. */
         case GUEST_DND_HG_EVT_PROGRESS:
         {
Index: /trunk/src/VBox/HostServices/common/client.cpp
===================================================================
--- /trunk/src/VBox/HostServices/common/client.cpp	(revision 75952)
+++ /trunk/src/VBox/HostServices/common/client.cpp	(revision 75953)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  * Base class for a host-guest service.
Index: /trunk/src/VBox/HostServices/common/message.cpp
===================================================================
--- /trunk/src/VBox/HostServices/common/message.cpp	(revision 75952)
+++ /trunk/src/VBox/HostServices/common/message.cpp	(revision 75953)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  * Base class for wrapping HCGM messages.
