Changeset 73879 in vbox for trunk/include
- Timestamp:
- Aug 24, 2018 4:15:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r73876 r73879 134 134 * more output afterwards. 135 135 */ 136 virtual RTCString *finalize( void);136 virtual RTCString *finalize(); 137 137 138 138 … … 142 142 /** Set if we ran out of memory and should ignore subsequent calls. */ 143 143 bool m_fOutOfMemory; 144 145 /** @callback_method_impl{FNRTSTROUTPUT} */ 146 static DECLCALLBACK(size_t) strOutput(void *pvArg, const char *pachChars, size_t cbChars); 144 147 145 148 /* Make non-copyable (RTCNonCopyable causes warnings): */
Note:
See TracChangeset
for help on using the changeset viewer.