#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 |
|
|
Implements TAO::Portable_Server::IdAssignmentStrategy. Definition at line 23 of file IdAssignmentStrategySystem.cpp.
00024 {
00025 return true;
00026 }
|
|
|
Returns the key type the says which specific policy we have Implements TAO::Portable_Server::IdAssignmentStrategy. Definition at line 17 of file IdAssignmentStrategySystem.cpp.
00018 {
00019 return 'S';
00020 }
|
1.3.6