(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.6 and 1.7

version 1.6, 2006/06/29 22:53:30 version 1.7, 2006/08/21 17:49:10
Line 39 
Line 39 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
 #include <cstring> #include <cstring>
   #include <cstdarg>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 95 
Line 96 
     void append(     void append(
         char c1, char c2, char c3, char c4, char c5, char c6, char c7, char c8);         char c1, char c2, char c3, char c4, char c5, char c6, char c7, char c8);
  
       size_t appendf(const char* format, ...);
   
     void insert(size_t pos, const char* data, size_t size);     void insert(size_t pos, const char* data, size_t size);
  
     void remove(size_t pos, size_t size);     void remove(size_t pos, size_t size);


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2