(file) Return to Buffer.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Buffer.h between version 1.16 and 1.17

version 1.16, 2010/01/29 10:08:02 version 1.17, 2011/02/23 09:41:09
Line 108 
Line 108 
  
     void insert(Uint32 pos, const char* data, Uint32 size);     void insert(Uint32 pos, const char* data, Uint32 size);
  
       /* inserts size bytes of data at position pos, but overwrites overlay
          bytes of the original Buffer data.
          This function is used in HTTPConnection.
          ATTENTION: Function does NOT check if enough capacity is available in
                    the Buffer and expects the caller to take care of that upfront.
       */
       void insertWithOverlay(
           Uint32 pos,
           const char* data,
           Uint32 size,
           Uint32 overlay);
   
     void remove(Uint32 pos, Uint32 size);     void remove(Uint32 pos, Uint32 size);
  
     void remove(Uint32 pos);     void remove(Uint32 pos);


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2