Changeset 582 in dev


Ignore:
Timestamp:
May 9, 2008, 8:26:52 PM (16 years ago)
Author:
dai_9181
Message:

void Put( const Binary &binary ) オーバーロードを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/Binary.h

    r529 r582  
    132132        this->size += size;
    133133    }
     134    void Put( const Binary &binary )
     135    {
     136        Put( binary.GetBuffer(), binary.GetSize() );
     137    }
    134138    void Put( double dbl )
    135139    {
Note: See TracChangeset for help on using the changeset viewer.