mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[trac749] update namespace names
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
virtual bool processReceivedData(const void* staging, size_t length,
|
||||
size_t& cumulative, size_t& offset,
|
||||
size_t& expected,
|
||||
isc::util::io::OutputBufferPtr& outbuff);
|
||||
isc::util::OutputBufferPtr& outbuff);
|
||||
|
||||
/// \brief Cancel I/O On Socket
|
||||
virtual void cancel();
|
||||
@@ -283,7 +283,7 @@ template <typename C> bool
|
||||
UDPSocket<C>::processReceivedData(const void* staging, size_t length,
|
||||
size_t& cumulative, size_t& offset,
|
||||
size_t& expected,
|
||||
isc::util::io::OutputBufferPtr& outbuff)
|
||||
isc::util::OutputBufferPtr& outbuff)
|
||||
{
|
||||
// Set return values to what we should expect.
|
||||
cumulative = length;
|
||||
|
Reference in New Issue
Block a user