ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cooja-loader-factory.h
Go to the documentation of this file.
1 #ifndef COOJA_LOADER_FACTORY_H
2 #define COOJA_LOADER_FACTORY_H
3 
4 #include "loader-factory.h"
5 
6 namespace ns3 {
7 
9 {
10 public:
11  static TypeId GetTypeId (void);
13  virtual ~CoojaLoaderFactory ();
14  virtual Loader * Create (int argc, char **argv, char **envp);
15 };
16 
17 } // namespace ns3
18 
19 #endif /* COOJA_LOADER_FACTORY_H */