fsc_fileIDLock Class Reference
[File System Catalog]

#include <fsc_Files.h>

List of all members.


Detailed Description

Definition at line 78 of file fsc_Files.h.


Public Member Functions

 fsc_fileIDLock (ivd_FileID_t a_fileID)
 ~fsc_fileIDLock ()

Private Attributes

ivd_FileID_t m_fileID

Constructor & Destructor Documentation

fsc_fileIDLock::fsc_fileIDLock ( ivd_FileID_t  a_fileID  )  [inline]

Definition at line 80 of file fsc_Files.h.

References cmn_LockID< _T >::LockByID(), and m_fileID.

00081     : m_fileID(a_fileID) {
00082         g_lockFileID.LockByID(m_fileID);
00083     };

Here is the call graph for this function:

fsc_fileIDLock::~fsc_fileIDLock (  )  [inline]

Definition at line 85 of file fsc_Files.h.

References m_fileID, and cmn_LockID< _T >::UnLockByID().

00085                       {
00086         g_lockFileID.UnLockByID(m_fileID);
00087     }

Here is the call graph for this function:


Member Data Documentation

Definition at line 89 of file fsc_Files.h.

Referenced by fsc_fileIDLock(), and ~fsc_fileIDLock().


The documentation for this class was generated from the following file:

Generated on Mon Feb 27 19:20:32 2012 for OPENARCHIVE by  doxygen 1.5.6