Skip to content
Snippets Groups Projects
Commit 2d690328 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #7593: Added three more 'using namespace' directives that Ruud probably overlooked.

parent 13a0dc6f
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ using namespace log4cplus;
using namespace log4cplus::helpers;
namespace LOFAR {
using namespace GCF::TM;
using namespace LOG_Protocol;
namespace Log_Client {
#define MAX_ADMINLINE_LEN 1024
......
......@@ -41,6 +41,7 @@ using namespace std;
namespace LOFAR {
using namespace APLCommon;
using namespace GCF::TM;
using namespace Controller_Protocol;
namespace Test {
//
......
......@@ -36,6 +36,7 @@ using namespace LOFAR::GCF::TM;
namespace LOFAR {
using namespace APLCommon;
using namespace Controller_Protocol;
namespace Test {
//
......
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