#include <Property_T.h>
Inheritance diagram for TAO_Notify_Property_T< TYPE >:
Public Member Functions | |
TAO_Notify_Property_T (const char *name, const TYPE &initial) | |
Constuctor. | |
TAO_Notify_Property_T (const char *name) | |
Constuctor. | |
int | set (const TAO_Notify_PropertySeq &property_seq) |
int | set (const CosNotification::PropertyValue &value) |
TAO_Notify_Property_T< TYPE >::TAO_Notify_Property_T | ( | const char * | name, | |
const TYPE & | initial | |||
) |
Constuctor.
TAO_Notify_Property_T< TYPE >::TAO_Notify_Property_T | ( | const char * | name | ) |
Constuctor.
int TAO_Notify_Property_T< TYPE >::set | ( | const CosNotification::PropertyValue & | value | ) |
Init this Property from the CosNotification::PropertyValue Returns 0 on success, -1 on error
int TAO_Notify_Property_T< TYPE >::set | ( | const TAO_Notify_PropertySeq & | property_seq | ) |
Init this Property from the sequence. Returns 0 on success, -1 on error