|
@@ -71,6 +71,7 @@ public:
|
|
*/
|
|
*/
|
|
ACL(const Action& default_action) : default_action_(default_action)
|
|
ACL(const Action& default_action) : default_action_(default_action)
|
|
{}
|
|
{}
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* \brief Pointer to the check.
|
|
* \brief Pointer to the check.
|
|
*
|
|
*
|
|
@@ -79,6 +80,7 @@ public:
|
|
* together in future).
|
|
* together in future).
|
|
*/
|
|
*/
|
|
typedef boost::shared_ptr<const Check<Context> > ConstCheckPtr;
|
|
typedef boost::shared_ptr<const Check<Context> > ConstCheckPtr;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* \brief The actual main function that decides.
|
|
* \brief The actual main function that decides.
|
|
*
|
|
*
|