projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
drop empty line from fetch error
[apt.git]
/
cmdline
/
apt-extracttemplates.h
diff --git
a/cmdline/apt-extracttemplates.h
b/cmdline/apt-extracttemplates.h
index 9cc3f5f258be11451c4492a60ad9ccf1891abd05..91e385e70e475dc2261561815e3bf2486597d1b5 100644
(file)
--- a/
cmdline/apt-extracttemplates.h
+++ b/
cmdline/apt-extracttemplates.h
@@
-20,16
+20,15
@@
class pkgCache;
class DebFile : public pkgDirStream
{
FileFd File;
class DebFile : public pkgDirStream
{
FileFd File;
- unsigned long Size;
char *Control;
unsigned long ControlLen;
public:
char *Control;
unsigned long ControlLen;
public:
- DebFile(const char *FileName);
+
explicit
DebFile(const char *FileName);
~DebFile();
~DebFile();
- bool DoItem(Item &I, int &fd);
+ bool DoItem(Item &I, int &fd)
APT_OVERRIDE
;
bool Process(pkgDirStream::Item &I, const unsigned char *data,
bool Process(pkgDirStream::Item &I, const unsigned char *data,
- unsigned long
size, unsigned long pos)
;
+ unsigned long
long size, unsigned long long pos) APT_OVERRIDE
;
bool Go();
bool ParseInfo();
bool Go();
bool ParseInfo();