Changeset 2540 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h
- Timestamp:
- May 8, 2007 4:06:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h
r1718 r2540 133 133 ULONG snapshotCount() const { return mSnapshotCount; } 134 134 135 /// @todo see comments in #switchTo() in VBoxVMListBox.cpp 136 #if 0 135 137 bool canSwitchTo() const { return mWinId != (WId) ~0; } 138 #endif 139 bool canSwitchTo() const; 136 140 bool switchTo(); 137 141 … … 161 165 162 166 ULONG mPid; 167 /// @todo see comments in #switchTo() in VBoxVMListBox.cpp 168 #if 0 163 169 WId mWinId; 170 #endif 164 171 }; 165 172
Note:
See TracChangeset
for help on using the changeset viewer.