Changeset 104 for cpp/gdk/list.h


Ignore:
Timestamp:
07/23/13 18:15:30 (11 years ago)
Author:
sz
Message:

introducing object de/serialization - see serialtest.cpp
the core GDK classes can be now used in multiple threads (ifdef MULTITHREADED)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/list.h

    r66 r104  
    5757SListTempl(const SListTempl<T>& src):have(0),used(0),mem(0),pos(0)
    5858        {(*this)=src;}
    59 SListTempl():have(0),used(0),mem(0),pos(0)
     59SListTempl():have(0),used(0),pos(0),mem(0)
    6060        {}
    6161~SListTempl()
Note: See TracChangeset for help on using the changeset viewer.