~ubuntu-branches/ubuntu/saucy/apt-cacher-ng/saucy

« back to all changes in this revision

Viewing changes to include/tcpconnect.h

  • Committer: Package Import Robot
  • Author(s): Eduard Bloch
  • Date: 2011-09-30 16:37:18 UTC
  • mfrom: (24.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20110930163718-r0agyg6jptvobt5w
* New upstream versions
  + implements extra keeping of obsolete package versions (closes: #634145)
  + configurable outgoing connection protocol (closes: #641257)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#ifndef TCPCONNECT_H_
9
9
#define TCPCONNECT_H_
10
10
 
 
11
#include "sockio.h"
 
12
 
11
13
class tcpconnect;
12
14
typedef SHARED_PTR<tcpconnect> tTcpHandlePtr;
13
15