#include <PG_Default_Property_Validator.h>
Public Member Functions | |
TAO_PG_Default_Property_Validator (void) | |
Constructor. | |
virtual | ~TAO_PG_Default_Property_Validator (void) |
Destructor. | |
Private Attributes | |
Pre-initialize property Names. | |
These properties are pre-initialized once to reduce property validation overhead. Note that the InitialNumberReplicas and MinimumNumberReplicas properties are not validated since there are no restrictions imposed by TAO's PortableGroup implementation regarding the number of such members. | |
PortableGroup::Name | membership_ |
PortableGroup::Name | factories_ |
This Property_Validator verifies that all properties defined in the PortableGroup IDL module are valid. This property validator can be subclassed to validate a different property set.
|
Constructor.
|
|
Destructor.
|
|
|
|
|