#include "1pp_ping_sender.hh"
#include <unistd.h>
Include dependency graph for 1pp_ping_sender.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 254 of file 1pp_ping_sender.cc. References OPPPingSenderApp::run(). 00255 { 00256 OPPPingSenderApp *app; 00257 00258 app = new OPPPingSenderApp(argc, argv); 00259 app->run(); 00260 00261 return 0; 00262 }
Here is the call graph for this function: ![]() |
1.4.6