[root] / trunk / io / io / inc / TLockFile.h Repository:
ViewVC logotype

Log of /trunk/io/io/inc/TLockFile.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 36484 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 2 16:00:10 2010 UTC (4 years, 2 months ago) by rdm
File length: 2320 byte(s)
Diff to previous 36478
reflect the change of location in the svn ident line.

Revision 36478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 2 14:04:46 2010 UTC (4 years, 2 months ago) by rdm
File length: 2324 byte(s)
Copied from: trunk/core/thread/inc/TLockFile.h revision 34560
Diff to previous 28363
Move TLockFile.cxx/.h to libRIO as it does not depend on any thread classes
and by being in libThread it adds a dependency on libRIO in libThread which
complicates using real thread classes in libRIO (circular dependency).

Revision 28363 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 15:12:11 2009 UTC (5 years, 8 months ago) by rdm
Original Path: trunk/core/thread/inc/TLockFile.h
File length: 2324 byte(s)
Diff to previous 22961
added comments.

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
Original Path: trunk/core/thread/inc/TLockFile.h
File length: 2324 byte(s)
Diff to previous 20882
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/thread/inc/TLockFile.h
File length: 2324 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/thread/inc/TLockFile.h
File length: 2324 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/thread/inc/TLockFile.h
File length: 2372 byte(s)
Diff to previous 19574
remove :$ from tag line

Revision 19574 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 9 06:42:41 2007 UTC (7 years, 5 months ago) by brun
Original Path: trunk/thread/inc/TLockFile.h
File length: 2382 byte(s)
Diff to previous 19124
Fix coding conventions

Revision 19124 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Jun 22 08:55:26 2007 UTC (7 years, 7 months ago) by rdm
Original Path: trunk/thread/inc/TLockFile.h
File length: 2356 byte(s)
From Jan-Fiete:
new class TLockFile that uses a file for locking.
Use it in scope-blocks like:

{
   TLockFile lock("path.to.lock.file");
   // do something you need the lock for
} // lock is automatically released

Since the lock file is created using TFile::Open() it can be placed
on remote file systems.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9