tag.cc File Reference

#include "tag.hh"

Include dependency graph for tag.cc:

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 222 of file tag.cc.

References TagFilter::run().

00223 {
00224   TagFilter *app;
00225 
00226   // Initialize and run the Tag Filter
00227   app = new TagFilter(argc, argv);
00228   app->run();
00229 
00230   return 0;
00231 }

Here is the call graph for this function:


Generated on Tue Mar 6 17:00:54 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6