|
|
|
@ -2,9 +2,9 @@
|
|
|
|
|
|
|
|
|
|
#include <mongoose.h>
|
|
|
|
|
#include "Routerin.H"
|
|
|
|
|
#include "Sicobject.H"
|
|
|
|
|
#include "sicccobject.H"
|
|
|
|
|
#include <string>
|
|
|
|
|
#include <map>
|
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
|
|
class Routerin;
|
|
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ class DynamicObjects
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
std::string _cleanpath (const char * const path);
|
|
|
|
|
std::map<unsigned int, Sicobject *> m_themap;
|
|
|
|
|
std::vector<sicccobject> m_themap;
|
|
|
|
|
const Routerin * m_merouterin;
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|