Changeset 104 for cpp/gdk/genoconv.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/genoconv.cpp

    r82 r104  
    3232{
    3333if (i>=gcm->converters.size()) return 0;
    34 static char t[20];
    35 sprintf(t,"genkonw%d",i);
    36 return t;
     34sprintf(tmp_id,"genkonw%d",i);
     35return tmp_id;
    3736}
    3837
     
    174173{
    175174if (in.getFormat()==format) return in;
    176 static char path[10];
     175char path[10];
    177176int dep;
    178177char *ret;
Note: See TracChangeset for help on using the changeset viewer.