~mvo/apt/mvo

« back to all changes in this revision

Viewing changes to methods/http.h

  • Committer: Arch Librarian
  • Date: 2004-09-20 16:56:32 UTC
  • Revision ID: Arch-1:apt@arch.ubuntu.com%apt--MAIN--0--patch-614
Join with aliencode
Author: jgg
Date: 2001-02-20 07:03:16 GMT
Join with aliencode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// -*- mode: cpp; mode: fold -*-
2
 
// Description                                                          /*{{{*/// $Id: http.h,v 1.8 2000/05/28 04:33:59 jgg Exp $
 
2
// Description                                                          /*{{{*/// $Id: http.h,v 1.9 2001/02/20 07:03:18 jgg Exp $
 
3
// $Id: http.h,v 1.9 2001/02/20 07:03:18 jgg Exp $
3
4
/* ######################################################################
4
5
 
5
6
   HTTP Aquire Method - This is the HTTP aquire method for APT.
133
134
   static void SigTerm(int);
134
135
   
135
136
   public:
136
 
   friend ServerState;
 
137
   friend class ServerState;
137
138
 
138
139
   FileFd *File;
139
140
   ServerState *Server;