class XrlSender
|
Base for classes able to transport Xrls. More... |
|
|
Public Types
- typedef XorpCallback2<void, const XrlError&, XrlArgs*>::RefPtr Callback
Public Methods
Base for classes able to transport Xrls.
[virtual]
bool send (const Xrl& xrl, const Callback& scb)
| send |
[pure virtual]
Parameters:
xrl | Xrl to be sent.
|
scb | callback to be invoked with result from Xrl
|
Returns: true if Xrl is accepted for sending, false otherwise.
[const pure virtual]
Return true if sender has send requests pending.
Generated by: pavlin on possum.icir.org on Mon Jun 9 13:23:50 2003, using kdoc 2.0a54+XORP. |