#ifndef _COMMON_SORTOPTIONS_HPP_ #define _COMMON_SORTOPTIONS_HPP_ class SortOptions { public: enum SortOrder{Ascending,Descending}; }; #endif