--- a/usbmgmt/usbmgr/usbman/server/INC/CUsbDevice.h Wed Jul 07 14:16:40 2010 +0800
+++ b/usbmgmt/usbmgr/usbman/server/INC/CUsbDevice.h Wed Jul 07 15:08:54 2010 +0800
@@ -159,13 +159,13 @@
void ResourceFileNameL(TFileName& aFileName);
void CreateClassControllersL(const RArray<TUid>& aClassUids);
TInt PowerUpAndConnect();
-#ifdef __FLOG_ACTIVE
+#ifdef _DEBUG
void PrintDescriptor(CUsbDevice::TUsbDeviceDescriptor& aDeviceDescriptor);
#endif
void InstantiateExtensionPluginsL();
private:
RPointerArray<CUsbClassControllerBase> iSupportedClasses;
- RPointerArray<MUsbDeviceNotify> iObservers;
+ RPointerArray<MUsbDeviceNotify> iObservers;
RPointerArray<CUsbmanExtensionPlugin> iExtensionPlugins;
TUsbDeviceState iDeviceState;
TUsbServiceState iServiceState;