~stolowski/unity-scopes-api/fix-user-agent-in-preview-rtm

« back to all changes in this revision

Viewing changes to include/unity/scopes/internal/smartscopes/SSRegistryObject.h

  • Committer: Pawel Stolowski
  • Date: 2014-11-04 14:33:07 UTC
  • mfrom: (241.1.20 unity-scopes-api)
  • Revision ID: pawel.stolowski@canonical.com-20141104143307-cs70gjyowjtwpk69
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                     std::string const& ss_scope_endpoint,
51
51
                     std::string const& sss_url = "",
52
52
                     bool caching_enabled = true);
53
 
    virtual ~SSRegistryObject() noexcept;
 
53
    virtual ~SSRegistryObject();
54
54
 
55
55
    ScopeMetadata get_metadata(std::string const& scope_id) const override;
56
56
    MetadataMap list() const override;