Skip to content

Commit

Permalink
Add missing class declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jul 30, 2023
1 parent b04ad8d commit d7300a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/include/log4cxx/helpers/messagebuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,13 @@ class LOG4CXX_EXPORT MessageBuffer
* @return encapsulated CharMessageBuffer.
*/
UniCharMessageBuffer& operator<<(const UniChar msg);

/**
* Remove the constructed string.
* @param buf used only to signal that
* the embedded stream was not used.
*/
std::basic_string<UniChar> extract_str(UniCharMessageBuffer& buf);
#endif

#if LOG4CXX_CFSTRING_API
Expand Down

0 comments on commit d7300a3

Please sign in to comment.