#include <IdAssignmentPolicy.h>
Inheritance diagram for TAO::Portable_Server::IdAssignmentPolicy:


| Public Member Functions | |
| IdAssignmentPolicy (::PortableServer::IdAssignmentPolicyValue value) | |
| CORBA::Policy_ptr | copy (void) | 
| void | destroy (void) | 
| ::PortableServer::IdAssignmentPolicyValue | value (void) | 
| CORBA::PolicyType | policy_type (void) | 
| virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const | 
| Return the cached policy type for this policy. | |
| virtual TAO_Policy_Scope | _tao_scope (void) const | 
| Returns the scope at which this policy can be applied. See orbconf.h. | |
| Private Attributes | |
| ::PortableServer::IdAssignmentPolicyValue | value_ | 
Definition at line 41 of file IdAssignmentPolicy.h.
| TAO::Portable_Server::IdAssignmentPolicy::IdAssignmentPolicy | ( | ::PortableServer::IdAssignmentPolicyValue | value | ) | 
| TAO_Cached_Policy_Type TAO::Portable_Server::IdAssignmentPolicy::_tao_cached_type | ( | void | ) | const  [virtual] | 
Return the cached policy type for this policy.
Definition at line 53 of file IdAssignmentPolicy.cpp.
References TAO_CACHED_POLICY_ID_ASSIGNMENT.
00054 { 00055 return TAO_CACHED_POLICY_ID_ASSIGNMENT; 00056 }
| TAO_Policy_Scope TAO::Portable_Server::IdAssignmentPolicy::_tao_scope | ( | void | ) | const  [virtual] | 
Returns the scope at which this policy can be applied. See orbconf.h.
Definition at line 59 of file IdAssignmentPolicy.cpp.
References TAO_POLICY_POA_SCOPE.
00060 { 00061 return TAO_POLICY_POA_SCOPE; 00062 }
| CORBA::Policy_ptr TAO::Portable_Server::IdAssignmentPolicy::copy | ( | void | ) | 
Definition at line 25 of file IdAssignmentPolicy.cpp.
References ACE_NEW_THROW_EX.
00026 { 00027 IdAssignmentPolicy *copy = 0; 00028 ACE_NEW_THROW_EX (copy, 00029 IdAssignmentPolicy (this->value_), 00030 CORBA::NO_MEMORY ()); 00031 00032 return copy; 00033 }
| void TAO::Portable_Server::IdAssignmentPolicy::destroy | ( | void | ) | 
| CORBA::PolicyType TAO::Portable_Server::IdAssignmentPolicy::policy_type | ( | void | ) | 
| PortableServer::IdAssignmentPolicyValue TAO::Portable_Server::IdAssignmentPolicy::value | ( | void | ) | 
Definition at line 41 of file IdAssignmentPolicy.cpp.
References value_.
00042 { 00043 return value_; 00044 }
| ::PortableServer::IdAssignmentPolicyValue TAO::Portable_Server::IdAssignmentPolicy::value_  [private] | 
 1.4.7
 1.4.7