~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to sbuild/sbuild-auth-pam-conv.h

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2010-10-03 11:57:08 UTC
  • mfrom: (1.1.25 upstream) (2.2.16 sid)
  • Revision ID: james.westby@ubuntu.com-20101003115708-jy1htehs3nsj8u68
* New upstream stable release.
* Updated translations:
  - vi (Closes: #598353).  Thanks to Clytie Siddall.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  public:
60
60
    /// A list of messages.
61
61
    typedef std::vector<auth_pam_message> message_list;
 
62
    /// A shared pointer to an auth_pam object.
62
63
    typedef std::tr1::shared_ptr<auth_pam> auth_ptr;
 
64
    /// A weak pointer to an auth_pam object.
63
65
    typedef std::tr1::weak_ptr<auth_pam> weak_auth_ptr;
64
 
 
65
66
    /// A shared_ptr to an auth_pam_conv object.
66
67
    typedef std::tr1::shared_ptr<auth_pam_conv> ptr;
67
68