Skip to content
Snippets Groups Projects
Commit aea095bf authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Fixed namespaces after TTCN module name change


Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: Ie06b4523f1fc16536b2298c5b1f95483c771bce4
parent 4351bd1e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
#include "PT.hh"
namespace map_param_common {
namespace map__param__common {
PT::PT(const char *par_port_name)
: PT_BASE(par_port_name)
......
......@@ -12,7 +12,7 @@
#include "map_param_common.hh"
namespace map_param_common {
namespace map__param__common {
class PT : public PT_BASE {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment