~ubuntu-branches/ubuntu/quantal/apt-cacher-ng/quantal-backports

« back to all changes in this revision

Viewing changes to include/tCacheProcessor.h

  • Committer: Package Import Robot
  • Author(s): Eduard Bloch
  • Date: 2011-11-26 13:09:45 UTC
  • mfrom: (1.1.30) (29.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20111126130945-acifclz6ksfl8607
Tags: 0.6.10-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#if 0
2
 
/*
3
 
 * tCacheProcessor.h
4
 
 *
5
 
 *  Created on: 15.10.2010
6
 
 *      Author: ed
7
 
 */
8
 
 
9
 
#ifndef TCACHEPROCESSOR_H_
10
 
#define TCACHEPROCESSOR_H_
11
 
 
12
 
class tCacheMan
13
 
{
14
 
public:
15
 
        tCacheMan(int);
16
 
        virtual ~tCacheMan();
17
 
 
18
 
protected:
19
 
 
20
 
};
21
 
 
22
 
#endif /* TCACHEPROCESSOR_H_ */
23
 
 
24
 
#endif