00001 #ifndef _WINC_REGION
00002 #define _WINC_REGION
00003
00004 #include <WXP/String.h>
00005
00006 namespace WXP {
00007 class Region {
00008 public:
00009 static int get( const char *file, const char *str, String &domstr );
00010 };
00011 }
00012 #endif