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