~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/hed/mcc/tls/BIOMCC.h

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-11-29 13:39:10 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131129133910-altaxrfowczzl2ev
Tags: 4.0.0-1
4.0.0 Release (Closes: #715131) (LP: #1049798)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
BIO* BIO_new_MCC(MCCInterface* mcc);
18
18
BIO* BIO_new_MCC(PayloadStreamInterface* stream);
19
 
std::string BIO_MCC_failure(BIO* bio);
 
19
bool BIO_MCC_failure(BIO* bio, MCC_Status& s);
20
20
 
21
21
} // namespace Arc
22
22