libepp_nicbr
Functions
PollFunctions.H File Reference

EPP Poll related functions. More...

#include "SheppCommandFunctions.H"
#include "Poll.H"

Go to the source code of this file.

Functions

int cmd_poll_help (string error_msg)
 print poll command usage info More...
 
int cmd_poll (vector< string > &args)
 main poll command More...
 

Detailed Description

EPP Poll related functions.

Function Documentation

int cmd_poll ( vector< string > &  args)

main poll command

Parameters
argcommand-line input arguments
Returns
0 if ok, -1 otherwise

References cmd_poll_help(), Poll::get_command(), PollCmd::get_msgID(), PollCmd::get_op(), process_action(), PollCmd::set_msgID(), and PollCmd::set_op().

Referenced by init_commands().

int cmd_poll_help ( string  error_msg)

print poll command usage info

Parameters
error_msgerror message to be printed
specificoptional, choses specific sub-command
Returns
0 if ok, -1 otherwise

Referenced by cmd_poll().