~ubuntu-branches/ubuntu/precise/xerces-c/precise-security

« back to all changes in this revision

Viewing changes to src/xercesc/util/Mutexes.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: Mutexes.hpp 745390 2009-02-18 05:51:29Z borisk $
 
19
 * $Id: Mutexes.hpp 734985 2009-01-16 12:21:14Z johns $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_MUTEXES_HPP)
60
60
    //      The raw mutex handle. Its just a void pointer so we do not
61
61
    //      pass judgement on its value at all. We just pass it into the
62
62
    //      platform utilities methods which knows what's really in it.
 
63
    // fManager
 
64
    //      The MemoryManager that this XMLMutex was initialized with.
63
65
    // -----------------------------------------------------------------------
64
 
    void*   fHandle;
 
66
    void*          fHandle;
 
67
    MemoryManager* fManager;
65
68
 
66
69
 
67
70
    // -----------------------------------------------------------------------