src/Configuration.h
branchv_0
changeset 2 01553c2ffa1d
parent 0 3bc3b33ccb02
child 9 14cf28d7681c
equal deleted inserted replaced
1:7f3ab657dc50 2:01553c2ffa1d
    26 namespace out {
    26 namespace out {
    27 namespace jack {
    27 namespace jack {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 	relpipe::common::type::Boolean todo = true;
    31 	relpipe::common::type::StringX jackClientName = L"relpipe-out-jack";
    32 
    32 
    33 	virtual ~Configuration() {
    33 	virtual ~Configuration() {
    34 	}
    34 	}
    35 };
    35 };
    36 
    36