Changeset 104 for cpp/gdk/conv_f1.cpp


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/conv_f1.cpp

    r95 r104  
    261261lastNeuroClassParam();
    262262if (neuro_cls_param)
    263         neuro_cls_param->setById(name,ExtValue(value));
     263        {
     264        ExtValue e(value);
     265        const ExtValue &re(e);
     266        neuro_cls_param->setById(name,re);
     267        }
    264268}
    265269
Note: See TracChangeset for help on using the changeset viewer.