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

    r66 r104  
    2222void MiniGenotypeLoader::init()
    2323{
    24 addClass(&genotype_param);
     24addObject(&genotype_param);
    2525breakOn(MultiParamLoader::OnError + MultiParamLoader::AfterObject);
    2626}
     
    2929{
    3030genotype_object.clear();
    31 if ((go()==AfterObject)&&(getClass()==&genotype_param))
     31if ((go()==AfterObject)&&(getObject().matchesInterfaceName(&genotype_param)))
    3232        return &genotype_object;
    3333else
Note: See TracChangeset for help on using the changeset viewer.