Changeset 21622 in vbox for trunk/src/VBox/Main/include/VRDPServerImpl.h
- Timestamp:
- Jul 15, 2009 7:04:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50147
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VRDPServerImpl.h
r19239 r21622 32 32 33 33 class ATL_NO_VTABLE VRDPServer : 34 public VirtualBoxBase NEXT,35 public VirtualBoxSupportErrorInfoImpl 36 public VirtualBoxSupportTranslation 34 public VirtualBoxBase, 35 public VirtualBoxSupportErrorInfoImpl<VRDPServer, IVRDPServer>, 36 public VirtualBoxSupportTranslation<VRDPServer>, 37 37 VBOX_SCRIPTABLE_IMPL(IVRDPServer) 38 38 {
Note:
See TracChangeset
for help on using the changeset viewer.