#include <stdarg.h>
#include <object.h>
#include <trace.h>
#include "path.h"
Include dependency graph for routecache.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | RouteCache |
Functions | |
| RouteCache * | makeRouteCache () |
|
|
Definition at line 166 of file mobicache.cc. Referenced by RouteCacheClass::create(), and DSRAgent::DSRAgent(). 00167 { 00168 return new MobiCache(); 00169 }
|
1.4.6