~vanvugt/mir/unique-id

« back to all changes in this revision

Viewing changes to src/client/pending_call_cache.h

  • Committer: Daniel van Vugt
  • Date: 2013-04-10 10:27:41 UTC
  • Revision ID: daniel.van.vugt@canonical.com-20130410102741-uxb2w5y36565fir5
Use correct types

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
    bool empty() const;
66
66
 
67
 
    bool id_in_use(int x) const;
 
67
    bool id_in_use(UniqueIdGenerator::id_t x) const;
68
68
 
69
69
private:
70
70