diff options
Diffstat (limited to 'src/fig/FIG0.h')
-rw-r--r-- | src/fig/FIG0.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fig/FIG0.h b/src/fig/FIG0.h index d253555..1ba59df 100644 --- a/src/fig/FIG0.h +++ b/src/fig/FIG0.h @@ -30,6 +30,8 @@ #include "fig/FIG.h" +namespace FIC { + // FIG type 0/0, Multiplex Configuration Info (MCI), // Ensemble information class FIG0_0 : public IFIG @@ -117,5 +119,7 @@ class FIG0_17 : public IFIG std::vector<std::shared_ptr<DabService> >::iterator serviceFIG0_17; }; +} // namespace FIC + #endif // __FIG0_H_ |