TAO::Portable_Server::IdAssignmentStrategyUser Class Reference

#include <IdAssignmentStrategyUser.h>

Inheritance diagram for TAO::Portable_Server::IdAssignmentStrategyUser:

Inheritance graph
[legend]
Collaboration diagram for TAO::Portable_Server::IdAssignmentStrategyUser:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual char id_assignment_key_type (void) const
virtual bool has_system_id (void) const

Detailed Description

Definition at line 32 of file IdAssignmentStrategyUser.h.


Member Function Documentation

bool TAO::Portable_Server::IdAssignmentStrategyUser::has_system_id ( void   )  const [virtual]

Implements TAO::Portable_Server::IdAssignmentStrategy.

Definition at line 22 of file IdAssignmentStrategyUser.cpp.

00023     {
00024       return false;
00025     }

char TAO::Portable_Server::IdAssignmentStrategyUser::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 16 of file IdAssignmentStrategyUser.cpp.

00017     {
00018       return 'U';
00019     }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:41:39 2010 for TAO_PortableServer by  doxygen 1.4.7