~mvo/apt/dep8

« back to all changes in this revision

Viewing changes to apt-pkg/contrib/mmap.h

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:50:50 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-19
Compile of apt-cache
Author: jgg
Date: 1998-07-15 05:56:42 GMT
Compile of apt-cache

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- mode: cpp; mode: fold -*-
2
2
// Description                                                          /*{{{*/
3
 
// $Id: mmap.h,v 1.4 1998/07/12 23:58:51 jgg Exp $
 
3
// $Id: mmap.h,v 1.5 1998/07/15 05:56:45 jgg Exp $
4
4
/* ######################################################################
5
5
   
6
6
   MMap Class - Provides 'real' mmap or a faked mmap using read().
43
43
   void *Base;
44
44
 
45
45
   bool Map();
46
 
   bool Close(bool DoClose = true);
 
46
   bool Close(bool DoClose = true,bool DoSync = true);
47
47
   
48
48
   public:
49
49