myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-95-g


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_2-95-g4e50f57
Date: Thu, 01 Apr 2010 16:19:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  4e50f5755c50760553267cac6f45740519f1ab91 (commit)
      from  29af15248e35381f71ca7f0467d94852ff1718d1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 4e50f5755c50760553267cac6f45740519f1ab91
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu Apr 1 18:15:02 2010 +0200

    Fix inline comment

diff --git a/myserver/src/base/mem_buff/mem_buff.cpp 
b/myserver/src/base/mem_buff/mem_buff.cpp
index 44e1e43..f4dfeba 100644
--- a/myserver/src/base/mem_buff/mem_buff.cpp
+++ b/myserver/src/base/mem_buff/mem_buff.cpp
@@ -126,7 +126,7 @@ MemBuf::MemBuf (const void* pAdr, u_int size)
 
 /*!
  * Direct copy constructor (should only be used by the operators to
- * avoid gnulib::reallocations).
+ * avoid reallocations).
  */
 MemBuf::MemBuf (const MemBuf& srcBuf)
 {
@@ -202,9 +202,9 @@ void MemBuf::replace (char what, char by)
 
 /*!
  * Add a buffer at the end of the internal buffer.
- * If the internal buffer isn't large enough, a gnulib::reallocation is done
+ * If the internal buffer isn't large enough, a reallocation is done
  * until nSizeLimit is reached.
- * If nSizeLimit is equal to 0, gnulib::reallocation are always done.
+ * If nSizeLimit is equal to 0, reallocation are always done.
  */
 void MemBuf::addBuffer (const void* pAdr, u_int size)
 {
@@ -330,8 +330,8 @@ int MemBuf::getPartAsString (u_int nStart, u_int nEnd, 
MemBuf& result)
  * at least newSize bytes, if this value is bigger than nSizeLimit
  * then the latter is used.
  *
- * If the length is smallest than the existing one, no gnulib::reallocation is 
done.
- * if it's biggest, a gnulib::reallocation is done until nSizeLimit is reached.
+ * If the length is smallest than the existing one, no reallocation is done.
+ * if it's biggest, a reallocation is done until nSizeLimit is reached.
  */
 void MemBuf::setRealLength (u_int newSize)
 {
@@ -361,7 +361,7 @@ void MemBuf::setRealLength (u_int newSize)
 
 /*!
  * Set the cursor in the internal buffer.
- * If the specified position is bigger than the buffer size then a 
gnulib::reallocation
+ * If the specified position is bigger than the buffer size then a reallocation
  * is done.
  */
 void MemBuf::setLength (u_int newSize)

-----------------------------------------------------------------------

Summary of changes:
 myserver/src/base/mem_buff/mem_buff.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]