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

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