VOS::AcceptAllPropertyAccessControl Class Reference
#include <property.hh>
Inheritance diagram for VOS::AcceptAllPropertyAccessControl:

Detailed Description
Definition at line 330 of file property.hh.
Public Member Functions
- virtual ~AcceptAllPropertyAccessControl ()
- virtual const std::string getPolicyName ()
- virtual bool checkReadPermission (PropertyEvent &event, std::string &message)
- AccessControl callback to check if a given Vobject is permitted to read a section of this property.
- AccessControl callback to check if a given Vobject is permitted to read a section of this property.
- virtual bool checkChangePermission (PropertyEvent &event, std::string &message)
- AccessControl callback to check if a given Vobject is permitted to change this property.
- AccessControl callback to check if a given Vobject is permitted to change this property.
Static Public Attributes
Constructor & Destructor Documentation
| virtual VOS::AcceptAllPropertyAccessControl::~AcceptAllPropertyAccessControl | ( | ) | [inline, virtual] |
Definition at line 335 of file property.hh.
Member Function Documentation
| virtual bool VOS::AcceptAllPropertyAccessControl::checkChangePermission | ( | PropertyEvent & | event, | |
| std::string & | message | |||
| ) | [inline, virtual] |
AccessControl callback to check if a given Vobject is permitted to change this property.
- Parameters:
-
event the requested change event message Will be set to contain a message describing reason for a failure.
Implements VOS::PropertyAccessControl.
Definition at line 342 of file property.hh.
| virtual bool VOS::AcceptAllPropertyAccessControl::checkReadPermission | ( | PropertyEvent & | event, | |
| std::string & | message | |||
| ) | [inline, virtual] |
AccessControl callback to check if a given Vobject is permitted to read a section of this property.
- Parameters:
-
event the requested read event message Will be set to a message describing the reason for a failure.
Implements VOS::PropertyAccessControl.
Definition at line 340 of file property.hh.
| virtual const std::string VOS::AcceptAllPropertyAccessControl::getPolicyName | ( | ) | [inline, virtual] |
Get a short string describing this policy.
Implements VOS::PropertyAccessControl.
Definition at line 337 of file property.hh.
Member Data Documentation
Definition at line 333 of file property.hh.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/property.hh