comet::cp_nothrow_remove Struct Reference

#include <comet/cptraits.h>

List of all members.

Public Member Functions

bool check_fail (HRESULT _hr_) throw ()
 Called when a connection point fails.

Static Public Member Functions

template<typename CONNECTIONS> bool on_fail (CONNECTIONS &par_connects, const typename CONNECTIONS::iterator &par_it) throw ()
 Called when check_fail returns true.


Detailed Description

Traits for connection-points, errors cause the connection-point to auto-remove.
      connection_point_for<IMySourceInterface>::connection_point.Fire_MyEvent( arg1, comet::cp_nothrow_remove());
See also:
cp_throw


The documentation for this struct was generated from the following file: