default arguments; refs #28

This commit is contained in:
Marc Wäckerlin
2013-10-21 12:13:55 +00:00
parent cbef3c6e8c
commit 27569fd1d2
2 changed files with 3 additions and 7 deletions

View File

@@ -624,7 +624,7 @@ namespace cryptoki {
/*! @addtogroup cryptokilib */
//@{
//! to be instanciated before first use
/// Load Cryptoki Library for use with Smart Card.
class Library {
public:
@@ -768,7 +768,7 @@ namespace cryptoki {
mrw::Shared<Init> _init;
};
//! Slot and Token Management
class Slot {
private: