~mandel/ubuntu-download-manager/expose-logger

« back to all changes in this revision

Viewing changes to src/downloads/client/symbols.map

  • Committer: Manuel de la Peña
  • Date: 2014-06-29 12:47:44 UTC
  • mfrom: (315.1.3 client-logging)
  • Revision ID: manuel.delapena@canonical.com-20140629124744-9io20red2bqhlesc
Merged client-logging into expose-property.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        Ubuntu::DownloadManager::ProcessError::*;
12
12
        Ubuntu::DownloadManager::GroupDownload::*;
13
13
        Ubuntu::DownloadManager::Manager::*;
 
14
        Ubuntu::DownloadManager::Logging::Logger*;
14
15
        typeinfo?for?Ubuntu::DownloadManager::Download;
15
16
        typeinfo?for?Ubuntu::DownloadManager::DownloadsList;
16
17
        typeinfo?for?Ubuntu::DownloadManager::Error;
21
22
        typeinfo?for?Ubuntu::DownloadManager::ProcessError;
22
23
        typeinfo?for?Ubuntu::DownloadManager::GroupDownload;
23
24
        typeinfo?for?Ubuntu::DownloadManager::Manager;
 
25
        typeinfo?for?Ubuntu::DownloadManager::Logging::Logger;
24
26
        typeinfo?name?for?Ubuntu::DownloadManager::Download;
25
27
        typeinfo?name?for?Ubuntu::DownloadManager::DownloadsList;
26
28
        typeinfo?name?for?Ubuntu::DownloadManager::Error;
31
33
        typeinfo?name?for?Ubuntu::DownloadManager::ProcessError;
32
34
        typeinfo?name?for?Ubuntu::DownloadManager::GroupDownload;
33
35
        typeinfo?name?for?Ubuntu::DownloadManager::Manager;
 
36
        typeinfo?name?for?Ubuntu::DownloadManager::Logging::Logger;
34
37
        VTT?for?Ubuntu::DownloadManager::Download;
35
38
        VTT?for?Ubuntu::DownloadManager::DownloadsList;
36
39
        VTT?for?Ubuntu::DownloadManager::Error;
41
44
        VTT?for?Ubuntu::DownloadManager::ProcessError;
42
45
        VTT?for?Ubuntu::DownloadManager::GroupDownload;
43
46
        VTT?for?Ubuntu::DownloadManager::Manager;
 
47
        VTT?for?Ubuntu::DownloadManager::Logging::Logger;
44
48
        virtual?thunk?to?Ubuntu::DownloadManager::Download;
45
49
        virtual?thunk?to?Ubuntu::DownloadManager::DownloadsList;
46
50
        virtual?thunk?to?Ubuntu::DownloadManager::Error;
51
55
        virtual?thunk?to?Ubuntu::DownloadManager::ProcessError;
52
56
        virtual?thunk?to?Ubuntu::DownloadManager::GroupDownload;
53
57
        virtual?thunk?to?Ubuntu::DownloadManager::Manager;
 
58
        virtual?thunk?to?Ubuntu::DownloadManager::Logging::Logger;
54
59
        vtable?for?Ubuntu::DownloadManager::Download;
55
60
        vtable?for?Ubuntu::DownloadManager::DownloadsList;
56
61
        vtable?for?Ubuntu::DownloadManager::Error;
61
66
        vtable?for?Ubuntu::DownloadManager::ProcessError;
62
67
        vtable?for?Ubuntu::DownloadManager::GroupDownload;
63
68
        vtable?for?Ubuntu::DownloadManager::Manager;
 
69
        vtable?for?Ubuntu::DownloadManager::Logging::Logger;
64
70
        std::function*
65
71
    };
66
72