#include "push_receiver.hh"Include dependency graph for push_receiver.cc:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
|
||||||||||||
|
Definition at line 171 of file push_receiver.cc. References PushReceiverApp::run().
00172 {
00173 PushReceiverApp *app;
00174
00175 app = new PushReceiverApp(argc, argv);
00176 app->run();
00177
00178 return 0;
00179 }
|
Here is the call graph for this function:

1.3.3