Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtinfo / dtinfo / src / UAS / DtSR / DtSR_SearchZones.hh
1 // $XConsortium: DtSR_SearchZones.hh /main/3 1996/06/11 16:41:42 cde-hal $
2 #ifndef _DTSR_SEARCHZONES_HH_
3 #define _DTSR_SEARCHZONES_HH_
4
5 #include "UAS_SearchZones.hh"
6
7 class DtSR_SearchZones : public UAS_SearchZones
8 {
9   public:
10     static uas_zones keytype2zone(const char);
11     static uas_zones zonename2zone(const char*);
12 };
13
14 #endif