~ken-vandine/content-hub/sharehandler-wip

« back to all changes in this revision

Viewing changes to include/com/ubuntu/content/transfer.h

  • Committer: Ken VanDine
  • Date: 2014-01-13 20:34:11 UTC
  • Revision ID: ken.vandine@canonical.com-20140113203411-1hm72q2g8yy2q00x
cleanup of the ImportExportHandler and ShareHandler dbus interfaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
{
34
34
namespace detail
35
35
{
36
 
class Handler;
 
36
class ImportExportHandler;
37
37
class ShareHandler;
38
38
}
39
39
}
102
102
    struct Private;
103
103
    friend struct Private;
104
104
    friend class Hub;
105
 
    friend class com::ubuntu::content::detail::Handler;
 
105
    friend class com::ubuntu::content::detail::ImportExportHandler;
106
106
    friend class com::ubuntu::content::detail::ShareHandler;
107
107
    QSharedPointer<Private> d;
108
108