Skip to content
Snippets Groups Projects
Commit 69a68336 authored by Michael Davis's avatar Michael Davis
Browse files

[ssi_af_ls] Creates buffer object with both ostream and char* interfaces

XrdSsi requires that we return data to it as a char* with a size, but
this is not a convenient object for us to fill with data. By creating a
streambuf/ostream wrapper around a char[] buffer we can give XrdSsi what
it needs and use the more convenient stream operators in our own code.

The classes used in this buffer implementation should be moved into the
generic code when I have got the whole thing working.
parent e4b87c62
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment