CppCMS
cppcms/locale_fwd.h
00001 
00002 //                                                                             
00003 //  Copyright (C) 2008-2012  Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>     
00004 //                                                                             
00005 //  See accompanying file COPYING.TXT file for licensing details.
00006 //
00008 #ifndef CPPCMS_LOCALE_FWD_H
00009 #define CPPCMS_LOCALE_FWD_H
00010 
00011 #include <cppcms/config.h>
00012 
00013 namespace booster {
00014         namespace locale {
00015                 class generator;
00016                 class info;
00017         }
00018 }
00019 namespace cppcms { 
00020         namespace locale = ::booster::locale; 
00021 }
00022 
00023 
00024 #endif