#include <AVStreams_i.h>
Public Member Functions | |
virtual CORBA::Boolean | negotiate (AVStreams::Negotiator_ptr remote_negotiator, const AVStreams::streamQoS &qos_spec) |
|
Definition at line 289 of file AVStreams_i.cpp. References ACE_DEBUG, LM_DEBUG, and AVStreams::streamQoS.
00291 { 00292 ACE_DEBUG ((LM_DEBUG, 00293 "TAO_Negotiator::negotiate\n")); 00294 return 0; 00295 } |