PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: salhelper :: SingletonRef ::

struct SingletonLockInit


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
creates an own mutex for guarding static contents.

            
Description
The global mutex the osl library is used one times
                    only to create an own static mutex, which can be used
                    next time to guard own static member operations.
         
File
singletonref.hxx

Public Members

Methods

::osl::Mutex *
operator()( );

Top of Page