- Timestamp:
- Aug 24, 2018 4:15:33 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 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): */ -
trunk/src/VBox/Runtime/Makefile.kmk
r73875 r73879 545 545 common/rest/RTCRestJsonPrimaryCursor.cpp \ 546 546 common/rest/RTCRestObjectBase.cpp \ 547 common/rest/RTCRestOutputToString.cpp \ 547 548 common/sort/RTSortIsSorted.cpp \ 548 549 common/sort/RTSortApvIsSorted.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.