Re: [PATCH xorg-gtest] Make Environment API property-based.

2012-02-06 Thread Chase Douglas
On 02/06/2012 12:29 PM, Daniel d'Andrada wrote: > Instead of shoving all parameters in the constructor. > > Signed-off-by: Daniel d'Andrada > --- > include/xorg/gtest/environment.h | 64 > +- > src/Makefile.am |6 ++-- > src/defines.h

[PATCH xorg-gtest] Make Environment API property-based.

2012-02-06 Thread Daniel d'Andrada
Instead of shoving all parameters in the constructor. Signed-off-by: Daniel d'Andrada --- include/xorg/gtest/environment.h | 64 +- src/Makefile.am |6 ++-- src/defines.h|2 + src/environment.cpp |