| XrlTestV1p0Client (XrlSender* s) | XrlTestV1p0Client | 
| ~XrlTestV1p0Client () | ~XrlTestV1p0Client | 
[virtual]
| typedef XorpCallback1<void, const XrlError&>::RefPtr PrintHelloWorldCB | PrintHelloWorldCB | 
| bool  send_print_hello_world (
	const char*	dst_xrl_target_name,
	const PrintHelloWorldCB&	cb
    ) | send_print_hello_world | 
Send Xrl intended to:
Print "hello world".
Parameters:
| dst_xrl_target_name | the Xrl target name of the destination. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr PrintHelloWorldAndMessageCB | PrintHelloWorldAndMessageCB | 
| bool  send_print_hello_world_and_message (
	const char*	dst_xrl_target_name,
	const string&	msg,
	const PrintHelloWorldAndMessageCB&	cb
    ) | send_print_hello_world_and_message | 
Send Xrl intended to:
Print "hello world" and a user supplied greeting.
Parameters:
| dst_xrl_target_name | the Xrl target name of the destination. | 
| msg | greeting to be printed. | 
| typedef XorpCallback2<void, const XrlError&, const int32_t*>::RefPtr GetGreetingCountCB | GetGreetingCountCB | 
| bool  send_get_greeting_count (
	const char*	dst_xrl_target_name,
	const GetGreetingCountCB&	cb
    ) | send_get_greeting_count | 
Send Xrl intended to:
Count number of greetings available.
Parameters:
| dst_xrl_target_name | the Xrl target name of the destination. | 
| typedef XorpCallback2<void, const XrlError&, const string*>::RefPtr GetGreetingCB | GetGreetingCB | 
| bool  send_get_greeting (
	const char*	dst_xrl_target_name,
	const int32_t&	greeting_num,
	const GetGreetingCB&	cb
    ) | send_get_greeting | 
Send Xrl intended to:
Get greeting.
Parameters:
| dst_xrl_target_name | the Xrl target name of the destination. | 
| greeting_num | index of greeting. | 
| typedef XorpCallback1<void, const XrlError&>::RefPtr ShootFootCB | ShootFootCB | 
| bool  send_shoot_foot (
	const char*	dst_xrl_target_name,
	const ShootFootCB&	cb
    ) | send_shoot_foot | 
Send Xrl intended to:
Something that always fails.
Parameters:
| dst_xrl_target_name | the Xrl target name of the destination. | 
| XrlSender* _sender | _sender | 
[protected]