src/Configuration.h
branchv_0
changeset 2 e6294ba5017f
parent 1 ccaed729f8d3
equal deleted inserted replaced
1:ccaed729f8d3 2:e6294ba5017f
    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 endpointUrl = L"tcp://localhost:1234";
    32 	relpipe::common::type::StringX connectionString = L"tcp://localhost:1234";
    33 
    33 
    34 	virtual ~Configuration() {
    34 	virtual ~Configuration() {
    35 	}
    35 	}
    36 };
    36 };
    37 
    37