1// QueryDomain.cpp
2
3#include "QueryDomain.h"
4
5// destructor
6QueryDomain::~QueryDomain()
7{
8}
9
10