default arguments; refs #28
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user