branch | RCL_3 |
changeset 19 | 487b46c8e1a4 |
parent 17 | 4e5b531d23cb |
child 21 | 41c99112ff9d |
18:f962425b9f8b | 19:487b46c8e1a4 |
---|---|
66 TInt isUSBActive; |
66 TInt isUSBActive; |
67 #else |
67 #else |
68 RProperty iProperty; |
68 RProperty iProperty; |
69 #endif |
69 #endif |
70 MVRUSBStateObserver* iObserver; |
70 MVRUSBStateObserver* iObserver; |
71 enum TUSBConnectionStatus |
|
72 { |
|
73 EStateUninitialized, |
|
74 EStateConnected, |
|
75 EStateDisConnected |
|
76 }; |
|
77 TUSBConnectionStatus iConnectionStatus; |
|
71 }; |
78 }; |
72 |
79 |
73 #endif // VRUSBSTATEHANLDER_H |
80 #endif // VRUSBSTATEHANLDER_H |