XrlFinderEventObserverV0p1Client (XrlSender* s)
| XrlFinderEventObserverV0p1Client |
~XrlFinderEventObserverV0p1Client ()
| ~XrlFinderEventObserverV0p1Client |
[virtual]
typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetBirthCB | XrlTargetBirthCB |
bool send_xrl_target_birth (
const char* target_name,
const string& target_class,
const string& target_instance,
const XrlTargetBirthCB& cb
)
| send_xrl_target_birth |
Send Xrl intended to:
Announce target birth.
Parameters:
tgt_name | Xrl Target name |
typedef XorpCallback1<void, const XrlError&>::RefPtr XrlTargetDeathCB | XrlTargetDeathCB |
bool send_xrl_target_death (
const char* target_name,
const string& target_class,
const string& target_instance,
const XrlTargetDeathCB& cb
)
| send_xrl_target_death |
Send Xrl intended to:
Announce target death.
Parameters:
tgt_name | Xrl Target name |
XrlSender* _sender | _sender |
[protected]