--- a/usbmgmt/usbmgr/usbman/server/public/MUsbDeviceNotify.h Wed Sep 15 14:10:49 2010 +0300
+++ b/usbmgmt/usbmgr/usbman/server/public/MUsbDeviceNotify.h Wed Oct 13 16:35:28 2010 +0300
@@ -15,16 +15,9 @@
*
*/
-/** @file
- *
- * The mixin used by the USB Device object to notify all of
- * it's observers of any state changes that occur
- *
- * Copyright (c) 1997-2007 Symbian Ltd. All rights reserved.
- */
-#ifndef __MUSBDEVICENOTIFY_H__
-#define __MUSBDEVICENOTIFY_H__
+#ifndef MUSBDEVICENOTIFY_H
+#define MUSBDEVICENOTIFY_H
#include <usbstates.h>
@@ -59,5 +52,5 @@
virtual void UsbDeviceStateChange(TInt aLastError, TUsbDeviceState aOldState, TUsbDeviceState aNewState) = 0;
};
-#endif
+#endif //MUSBDEVICENOTIFY_H