Changeset 90828 in vbox for trunk/src/VBox/Main/include/GuestProcessImpl.h
- Timestamp:
- Aug 24, 2021 9:44:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestProcessImpl.h
r84648 r90828 41 41 /** @name COM and internal init/term/mapping cruft. 42 42 * @{ */ 43 DECLARE_ EMPTY_CTOR_DTOR(GuestProcess)43 DECLARE_COMMON_CLASS_METHODS(GuestProcess) 44 44 45 45 int init(Console *aConsole, GuestSession *aSession, ULONG aObjectID, … … 214 214 * information extraction and maintaining the overall status. 215 215 */ 216 class GuestProcessTool 216 class GuestProcessTool : public VirtualBoxTranslatable 217 217 { 218 218 public: 219 DECLARE_TRANSLATE_METHODS(GuestProcessTool) 219 220 220 221 GuestProcessTool(void);
Note:
See TracChangeset
for help on using the changeset viewer.