Updated wrappers to fix OpenThreads::Atomic build issues.
This commit is contained in:
31
src/osgWrappers/OpenThreads/Atomic.cpp
Normal file
31
src/osgWrappers/OpenThreads/Atomic.cpp
Normal file
@@ -0,0 +1,31 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/StaticMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <OpenThreads/Atomic>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(OpenThreads::Atomic)
|
||||
I_DeclaringFile("OpenThreads/Atomic");
|
||||
I_ConstructorWithDefaults1(IN, unsigned, value, 0,
|
||||
Properties::NON_EXPLICIT,
|
||||
____Atomic__unsigned,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user