Changeset 7522 for source


Ignore:
Timestamp:
Jan 29, 2010, 11:55:10 AM (14 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/serialization/Data.hpp

    r7521 r7522  
    135135         * Constructs a dynamic bit-data object of variable size.
    136136         */
    137         DataTpl() : model() {
     137        finline DataTpl() : model() {
    138138        }
    139139
     
    351351        }
    352352public:
    353         finline DefaultDataModel() {
     353        DefaultDataModel() {
    354354                bufferPtr = NULL;
    355355                bufferLen = -1;
Note: See TracChangeset for help on using the changeset viewer.