Changeset 30676 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
- Timestamp:
- Jul 6, 2010 4:36:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r30670 r30676 26 26 /** A simple class describing a service. VBoxClient will run exactly one 27 27 * service per invocation. */ 28 class Service : public iprt::non_copyable28 class Service : public stdx::non_copyable 29 29 { 30 30 public:
Note:
See TracChangeset
for help on using the changeset viewer.