2
0
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:
chenzhengzhang
2011-04-14 15:15:55 +08:00
parent f5bcf535de
commit ecb22c0c22
159 changed files with 420 additions and 417 deletions

View File

@@ -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;