Ignore:
Timestamp:
04/21/15 15:19:47 (9 years ago)
Author:
Maciej Komosinski
Message:

THREAD_LOCAL uses ThreadLocal_ prefix for variables. The static object inside the single-threaded implementation is no longer associated with a class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/extvalue.h

    r337 r371  
    9999        };
    100100
    101         static THREAD_LOCAL_DECL(Serialization, serialization);
    102 };
     101};
     102
     103extern THREAD_LOCAL_DECL(ExtObject::Serialization, ExtObject_serialization);
    103104
    104105class ExtValue
Note: See TracChangeset for help on using the changeset viewer.