summaryrefslogtreecommitdiff
path: root/source/dpsource.cxx
blob: 875e43cd494b6a0c6c00ccb0369248b36d9344b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


#include "dpsource.hxx"

namespace dpsource {

SourceProvider::SourceProvider()
{
}


}

int main()
{
}