relpipe-in-cli.cpp
branchv_0
changeset 19 22f493401ac0
parent 18 9e543fd0254c
child 20 a18b6964d300
equal deleted inserted replaced
18:9e543fd0254c 19:22f493401ac0
     4 #include <RelationalWriter.h>
     4 #include <RelationalWriter.h>
     5 #include <RelpipeWriterException.h>
     5 #include <RelpipeWriterException.h>
     6 #include <Factory.h>
     6 #include <Factory.h>
     7 #include <TypeId.h>
     7 #include <TypeId.h>
     8 
     8 
     9 #include "CLI.h"
     9 #include <relpipe/cli/CLI.h>
       
    10 
    10 #include "RelpipeCLIException.h"
    11 #include "RelpipeCLIException.h"
    11 #include "Command.h"
    12 #include "Command.h"
    12 #include "ArgumentsCommand.h"
    13 #include "ArgumentsCommand.h"
    13 #include "DemoCommand.h"
    14 #include "DemoCommand.h"
    14 #include "StdInCommand.h"
    15 #include "StdInCommand.h"