CppCMS
locale_fwd.h
1 //
3 // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
4 //
5 // See accompanying file COPYING.TXT file for licensing details.
6 //
8 #ifndef CPPCMS_LOCALE_FWD_H
9 #define CPPCMS_LOCALE_FWD_H
10 
11 #include <cppcms/config.h>
12 
13 namespace booster {
14  namespace locale {
15  class generator;
16  class info;
17  }
18 }
19 namespace cppcms {
20  namespace locale = ::booster::locale;
21 }
22 
23 
24 #endif
the major class used for locale generation
Definition: generator.h:74
a facet that holds general information about locale
Definition: info.h:27