get_arg.h File Reference
#include "tao/operation_details.h"
Include dependency graph for get_arg.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Detailed Description
- Id
- get_arg.h 73949 2006-08-10 09:44:53Z johnnyw
Thru-POA/skeleton argument selection function templates.
- These function templates are used to choose between arguments supplied in thru-POA collocated invocations and arguments in uncollocated invocations.
- Note:
- A function template approach is used to avoid complicated argument conversions between stub supplied arguments and skeleton supplied ones. For example, it is possible to make argument selection more transparent by taking advantage of run-time polymorphism. However, that approach would incur additional footprint overhead on the client side due to the introduction of virtual tables, etc.
- Author:
- Ossama Othman
Definition in file get_arg.h.
Generated on Sun Jan 27 13:24:00 2008 for TAO_PortableServer by
1.3.6