summaryrefslogtreecommitdiffstats
path: root/src/fig/FIG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fig/FIG.h')
-rw-r--r--src/fig/FIG.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fig/FIG.h b/src/fig/FIG.h
index 7f6e499..6bcb42b 100644
--- a/src/fig/FIG.h
+++ b/src/fig/FIG.h
@@ -30,6 +30,8 @@
#include <boost/shared_ptr.hpp>
#include "MuxElements.h"
+namespace FIC {
+
class FIGRuntimeInformation {
public:
FIGRuntimeInformation(boost::shared_ptr<dabEnsemble> e) :
@@ -105,5 +107,7 @@ class IFIG
};
+} // namespace FIC
+
#endif // __FIG_H_