src/relpipe-in-posixmq.cpp
branchv_0
changeset 3 b71fc3b5e56b
parent 2 1eef3d465863
child 7 12e975f807ed
equal deleted inserted replaced
2:1eef3d465863 3:b71fc3b5e56b
    31 
    31 
    32 #include "PosixMQCommand.h"
    32 #include "PosixMQCommand.h"
    33 #include "CLIParser.h"
    33 #include "CLIParser.h"
    34 #include "Configuration.h"
    34 #include "Configuration.h"
    35 
    35 
    36 using namespace std;
       
    37 using namespace relpipe::cli;
    36 using namespace relpipe::cli;
    38 using namespace relpipe::writer;
    37 using namespace relpipe::writer;
    39 using namespace relpipe::in::posixmq;
    38 using namespace relpipe::in::posixmq;
    40 
    39 
    41 int main(int argc, char** argv) {
    40 int main(int argc, char** argv) {