ipc::narrow< T > Struct Template Reference

This class provides implemenation of the validation policy for some functions of the IPCPartition class. Using this policy implies that the object reference will be validated using the narrow function, which checks if the object reference represents the object of a given type. This function may require to perform remote invocation on the given object. This function does not guarantee that remote object, which is referenced by the given object ref, exists. More...

#include <policy.h>

List of all members.

Static Public Member Functions

static T::_ptr_type validate (CORBA::Object_ptr obj)


Detailed Description

template<class T>
struct ipc::narrow< T >

This class provides implemenation of the validation policy for some functions of the IPCPartition class. Using this policy implies that the object reference will be validated using the narrow function, which checks if the object reference represents the object of a given type. This function may require to perform remote invocation on the given object. This function does not guarantee that remote object, which is referenced by the given object ref, exists.

See also:
no_cache


The documentation for this struct was generated from the following file:
Generated on Tue Aug 8 17:08:28 2006 for IPC User API by  doxygen 1.4.7