src/Configuration.h
branchv_0
changeset 1 ccaed729f8d3
parent 0 452d06d24ac2
child 2 e6294ba5017f
equal deleted inserted replaced
0:452d06d24ac2 1:ccaed729f8d3
    27 namespace zeromq {
    27 namespace zeromq {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 
    31 
    32 	relpipe::common::type::StringX relation = L"zeromq";
    32 	relpipe::common::type::StringX endpointUrl = L"tcp://localhost:1234";
    33 	relpipe::common::type::StringX queue = L"/relpipe";
       
    34 	relpipe::common::type::Boolean unlinkOnClose = false;
       
    35 
    33 
    36 	virtual ~Configuration() {
    34 	virtual ~Configuration() {
    37 	}
    35 	}
    38 };
    36 };
    39 
    37