added a test application for gconf wrapper
[simple-launcher] / test2.cc
1 #include <iostream>
2
3 #include "gconf-wrapper.h"
4
5 int main() {
6         return 0;
7 }