Show
Ignore:
Timestamp:
11/19/08 13:32:10 (17 years ago)
Author:
yumileroy
Message:

[svn] * fixed help for subcommands - source mangos
* Renamed accounts column tbc to expansion and it only took a little over 4 hours o.O

Original author: KingPin?
Date: 2008-10-20 12:23:56-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/ByteBuffer.h

    r44 r78  
    202202        } 
    203203 
    204         uint8 operator[](size_t pos) 
     204        uint8 operator[](size_t pos) const 
    205205        { 
    206206            return read<uint8>(pos); 
     
    310310            memcpy(&_storage[pos], src, cnt); 
    311311        } 
    312         void print_storage() 
     312        void print_storage() const 
    313313        { 
    314314            if(!sLog.IsOutDebug())                          // optimize disabled debug output 
     
    321321        } 
    322322 
    323         void textlike() 
     323        void textlike() const 
    324324        { 
    325325            if(!sLog.IsOutDebug())                          // optimize disabled debug output 
     
    332332        } 
    333333 
    334         void hexlike() 
     334        void hexlike() const 
    335335        { 
    336336            if(!sLog.IsOutDebug())                          // optimize disabled debug output