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