Initial Commit
This commit is contained in:
9
common/SORTOPT.HPP
Normal file
9
common/SORTOPT.HPP
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _COMMON_SORTOPTIONS_HPP_
|
||||
#define _COMMON_SORTOPTIONS_HPP_
|
||||
|
||||
class SortOptions
|
||||
{
|
||||
public:
|
||||
enum SortOrder{Ascending,Descending};
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user