Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

push_receiver.cc File Reference

#include "push_receiver.hh"

Include dependency graph for push_receiver.cc:

Include dependency graph

Go to the source code of this file.

Functions

int main (int argc, char **argv)


Function Documentation

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:


Generated on Tue Apr 20 12:26:37 2004 for NS2.26SourcesOriginal by doxygen 1.3.3