#ifndef _DOMAIN_H_ #define _DOMAIN_H_ namespace odc { class Domain { }; } #endif // _DOMAIN_H_