Changeset 81670 in vbox for trunk/include/iprt
- Timestamp:
- Nov 5, 2019 11:17:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r76585 r81670 153 153 RTCRestObjectBase(RTCRestObjectBase const &a_rThat) RT_NOEXCEPT; 154 154 virtual ~RTCRestObjectBase(); 155 156 /** Copy assignment operator. */ 157 RTCRestObjectBase &operator=(RTCRestObjectBase const &a_rThat) RT_NOEXCEPT; 155 158 156 159 /**
Note:
See TracChangeset
for help on using the changeset viewer.