#include <IdAssignmentStrategySystem.h>
Inheritance diagram for TAO::Portable_Server::IdAssignmentStrategySystem:
Public Member Functions | |
virtual char | id_assignment_key_type (void) const |
virtual bool | has_system_id (void) const |
Definition at line 32 of file IdAssignmentStrategySystem.h.
bool TAO::Portable_Server::IdAssignmentStrategySystem::has_system_id | ( | void | ) | const [virtual] |
Implements TAO::Portable_Server::IdAssignmentStrategy.
Definition at line 23 of file IdAssignmentStrategySystem.cpp.
char TAO::Portable_Server::IdAssignmentStrategySystem::id_assignment_key_type | ( | void | ) | const [virtual] |
Returns the key type the says which specific policy we have
Implements TAO::Portable_Server::IdAssignmentStrategy.
Definition at line 17 of file IdAssignmentStrategySystem.cpp.