webengine/device/inc/Device.h
changeset 15 60c5402cb945
parent 10 a359256acfc6
--- a/webengine/device/inc/Device.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/webengine/device/inc/Device.h	Mon Oct 26 08:28:45 2009 +0200
@@ -59,10 +59,8 @@
         public:
             DevicePrivate(Device* jsobj);
             ~DevicePrivate();
-            void SetUid( const TUint& aValue);
 
         private:
-            MDeviceBinding* m_deviceBinding;                 // Owned
             Identifier m_propName;
             ExecState* m_exec;                               // not owned
             Device* m_jsobj;                                 // not owned
@@ -162,6 +160,7 @@
 
         private:
             DevicePrivate* m_privateData;   // private object to hold data
+            MDeviceBinding* m_deviceBinding; // Owned
             TBool m_valid;                   // object is valid or not
         };