~stewart/galera/bug907623

« back to all changes in this revision

Viewing changes to gcomm/src/gcomm/transport.hpp

  • Committer: Alex Yurchenko
  • Date: 2011-12-28 02:42:21 UTC
  • mfrom: (87.1.10 1.x)
  • Revision ID: ayurchen@void-20111228024221-yv5wzy8c9a23rymq
References lp:884566 - synced with SVN r2628

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    int                  get_errno() const;
56
56
    
57
57
    virtual void connect() = 0;
58
 
    virtual void close()                     = 0;
 
58
    virtual void close(bool force = false) = 0;
59
59
    virtual void close(const UUID& uuid)
60
60
    {        
61
61
        gu_throw_error(ENOTSUP) << "close(UUID) not supported by "