~jpakkane/+junk/gtestfix

« back to all changes in this revision

Viewing changes to include/com/ubuntu/connectivity/networking/service/tethering/service.h

  • Committer: Antti Kaijanmäki
  • Date: 2014-02-06 17:35:15 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20140206173515-mioknrhv88dihqsb
Add Class::Ptr typedefs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Service : public com::ubuntu::connectivity::networking::Service
34
34
{
35
35
public:
 
36
    typedef std::shared_ptr<Service> Ptr;
36
37
    virtual ~Service() = default;
37
38
 
38
39
    /*