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


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 22 of file IdAssignmentStrategyUser.cpp.
00023 {
00024 return false;
00025 }
|
|
|
Returns the key type the says which specific policy we have Implements TAO::Portable_Server::IdAssignmentStrategy. Definition at line 16 of file IdAssignmentStrategyUser.cpp.
00017 {
00018 return 'U';
00019 }
|
1.3.6