[root] / trunk / io / io / src / TLockFile.cxx Repository:
ViewVC logotype

Log of /trunk/io/io/src/TLockFile.cxx

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: 3769 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: 3773 byte(s)
Copied from: trunk/core/thread/src/TLockFile.cxx revision 34560
Diff to previous 34233
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 34233 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 30 12:28:20 2010 UTC (4 years, 6 months ago) by brun
Original Path: trunk/core/thread/src/TLockFile.cxx
File length: 3773 byte(s)
Diff to previous 28363
Fix format in Warning and Error statements

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/src/TLockFile.cxx
File length: 3772 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/src/TLockFile.cxx
File length: 3704 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/src/TLockFile.cxx
File length: 3704 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/src/TLockFile.cxx
File length: 3704 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/src/TLockFile.cxx
File length: 3754 byte(s)
Diff to previous 19137
remove :$ from tag line

Revision 19137 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 22 15:08:35 2007 UTC (7 years, 7 months ago) by brun
Original Path: trunk/thread/src/TLockFile.cxx
File length: 3764 byte(s)
Diff to previous 19124
From Bertrand:
- solve compilation problem on Windows (added #include <time.h>)

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/src/TLockFile.cxx
File length: 3748 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