comet::cp_nothrow 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

Tratis for connection-points, errors are ignored.
      connection_point_for<IMySourceInterface>::connection_point.Fire_MyEvent( arg1, comet::cp_nothrow());
See also:
cp_throw


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