summaryrefslogtreecommitdiff
path: root/rep/ept/progresscallback.h.gcov.html
blob: 9dbb02977c805de5f77e35c9a8cb5cbba4f05d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html lang="en">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  <title>LCOV - lcov.info - ept/progresscallback.h</title>
  <link rel="stylesheet" type="text/css" href="../gcov.css">
</head>

<body>

  <table width="100%" border=0 cellspacing=0 cellpadding=0>
    <tr><td class="title">LTP GCOV extension - code coverage report</td></tr>
    <tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>

    <tr>
      <td width="100%">
        <table cellpadding=1 border=0 width="100%">
        <tr>
          <td class="headerItem" width="20%">Current&nbsp;view:</td>
          <td class="headerValue" width="80%" colspan=4><a href="../index.html">directory</a> - <a href="index.html">ept</a> - progresscallback.h</td>
        </tr>
        <tr>
          <td class="headerItem" width="20%">Test:</td>
          <td class="headerValue" width="80%" colspan=4>lcov.info</td>
        </tr>
        <tr>
          <td class="headerItem" width="20%">Date:</td>
          <td class="headerValue" width="20%">2008-08-14</td>
          <td width="20%"></td>
          <td class="headerItem" width="20%">Instrumented&nbsp;lines:</td>
          <td class="headerValue" width="20%">3</td>
        </tr>
        <tr>
          <td class="headerItem" width="20%">Code&nbsp;covered:</td>
          <td class="headerValue" width="20%">0.0 %</td>
          <td width="20%"></td>
          <td class="headerItem" width="20%">Executed&nbsp;lines:</td>
          <td class="headerValue" width="20%">0</td>
        </tr>
        </table>
      </td>
    </tr>
    <tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>
  </table>

  <table cellpadding=0 cellspacing=0 border=0>
    <tr>
      <td><br></td>
    </tr>
    <tr>
      <td><pre class="source">
<span class="lineNum">       1 </span>                : /** -*- C++ -*-
<span class="lineNum">       2 </span>                :         @file progresscallback.h
<span class="lineNum">       3 </span>                :         @author Michael Vogt &lt;mvo@debian.org&gt;
<span class="lineNum">       4 </span>                : */
<span class="lineNum">       5 </span>                : 
<span class="lineNum">       6 </span>                : #ifndef EPT_PROGRESSCALLBACK_H
<span class="lineNum">       7 </span>                : #define EPT_PROGRESSCALLBACK_H
<span class="lineNum">       8 </span>                : 
<span class="lineNum">       9 </span>                : #include &lt;apt-pkg/acquire.h&gt;
<span class="lineNum">      10 </span>                : 
<span class="lineNum">      11 </span>                : namespace ept {
<span class="lineNum">      12 </span>                : 
<span class="lineNum">      13 </span>                : class ProgressCallback : public pkgAcquireStatus
<span class="lineNum">      14 </span>                : {
<span class="lineNum">      15 </span>                : protected:
<span class="lineNum">      16 </span>                :     virtual bool Pulse(pkgAcquire *Owner);
<span class="lineNum">      17 </span>                : public:
<span class="lineNum">      18 </span>                :     ProgressCallback() {};
<span class="lineNum">      19 </span><span class="lineNoCov">              0 :     virtual ~ProgressCallback() {};</span>
<span class="lineNum">      20 </span><span class="lineNoCov">              0 :     virtual bool MediaChange( string, string ) { return false; } // bah</span>
<span class="lineNum">      21 </span>                : 
<span class="lineNum">      22 </span>                :     // override this to get periodic updates
<span class="lineNum">      23 </span><span class="lineNoCov">              0 :     virtual void UpdatePulse( double, double, unsigned long ) {}</span>
<span class="lineNum">      24 </span>                : };
<span class="lineNum">      25 </span>                : 
<span class="lineNum">      26 </span>                : }
<span class="lineNum">      27 </span>                : 
<span class="lineNum">      28 </span>                : #endif
</pre>
      </td>
    </tr>
  </table>
  <br>

  <table width="100%" border=0 cellspacing=0 cellpadding=0>
  <tr><td class="ruler"><img src="../glass.png" width=3 height=3 alt=""></td></tr>
  <tr><td class="versionInfo">Generated by: <a href="http://ltp.sourceforge.net/coverage/lcov.php" target="_parent">LTP GCOV extension version 1.6</a></td></tr>
  </table>
  <br>

</body>
</html>