added: namespace Winix over all *.h/*.cpp files

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@948 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2014-02-12 16:30:49 +00:00
parent 145445c713
commit 7468e7a36c
335 changed files with 2452 additions and 505 deletions

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,10 @@
#include "templates.h"
#include "core/request.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -29,3 +33,6 @@ void adduser_last_email(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,13 +2,15 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "changepatterns.h"
namespace Winix
{
@@ -106,3 +108,8 @@ void ChangePatterns::Clear()
pat_tab.clear();
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,8 @@
#include <map>
#include "patterns.h"
namespace Winix
{
class ChangePatterns
@@ -72,4 +74,8 @@ private:
};
} // namespace Winix
#endif

View File

@@ -2,13 +2,15 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -71,4 +73,6 @@ void config_base_url_common(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,16 +2,19 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
#include "core/misc.h"
#include "functions/functions.h"
#include "miscspace.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -501,3 +504,5 @@ void dir_last_admin_meta_tab_has_next(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,8 @@
#include "core/request.h"
#include "core/misc.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -172,4 +174,6 @@ void doc_css_more_than_one(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,9 @@
#include "core/misc.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -122,7 +125,10 @@ void env_user_tab_is_current(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,9 @@
#include "templates.h"
#include "core/misc.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -154,3 +157,6 @@ void fil_new_line_to_br(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,13 +2,15 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "htmltextstream.h"
namespace Winix
{
@@ -446,3 +448,10 @@ HtmlTextStream & HtmlTextStream::operator<<(const PT::Date & date)
return *this;
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,8 @@
#include <ctime>
#include "core/textstream.h"
namespace Winix
{
/*
@@ -188,5 +190,7 @@ return *this;
}
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2011, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,8 @@
#include "indexpatterns.h"
#include "core/log.h"
namespace Winix
{
@@ -83,3 +85,9 @@ void IndexPatterns::Clear()
{
tab.clear();
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2011, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -16,6 +16,8 @@
#include "ezc.h"
#include "patterns.h"
namespace Winix
{
class IndexPatterns
@@ -74,4 +76,6 @@ private:
};
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "core/request.h"
#include "core/misc.h"
namespace Winix
{
// max 20 nested insert_page ezc functions allowed
#define WINIX_TEMPLATES_INSERT_PAGE_MAX 20
@@ -103,7 +106,6 @@ void insert_page(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "core/misc.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -117,7 +120,14 @@ void ipban_tab_is_logging_allowed(Info & i)
}
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -15,6 +15,8 @@
#include "core/textstream.h"
#include "miscspace.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -847,7 +849,7 @@ void item_tab_meta_tab_has_next(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,8 @@
#include "../core/request.h"
#include "../core/misc.h"
namespace Winix
{
@@ -82,7 +84,11 @@ void last_tab_end(Info & i)
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,8 @@
#include "core/misc.h"
#include "utf8/utf8.h"
namespace Winix
{
Locale::Locale()
@@ -848,3 +850,9 @@ int Locale::Compare(const std::wstring & str1, const std::wstring & str2)
return 0;
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -15,6 +15,8 @@
#include "space/spaceparser.h"
#include "textstream/textstream.h"
namespace Winix
{
class Locale
@@ -237,4 +239,6 @@ const std::wstring & Locale::Get(const PT::TextStreamBase<char_type, stack_size,
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,8 @@
#include "localefilter.h"
#include "../core/misc.h"
namespace Winix
{
LocaleFilter::LocaleFilter()
@@ -87,3 +89,8 @@ void LocaleFilter::Filter(Ezc::Pattern & pattern, const Locale & locale, size_t
FilterText( pattern.item_root );
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,10 +10,11 @@
#ifndef headerfile_winix_templates_localefilter
#define headerfile_winix_templates_localefilter
#include "locale.h"
#include "ezc.h"
namespace Winix
{
class LocaleFilter
@@ -43,6 +44,6 @@ private:
};
} // namespace Winix
#endif

View File

@@ -2,14 +2,16 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011-2012, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -74,4 +76,6 @@ void login_should_use_captcha(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,9 @@
#include "core/request.h"
#include "misc.h"
namespace Winix
{
@@ -40,3 +43,5 @@ void ls_ckeditor_funnum_browse(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "core/misc.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -117,5 +120,7 @@ void man_ezcfun_tab_name(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,18 +2,20 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
#include "misc.h"
#include "core/misc.h"
#include "core/request.h"
#include "core/user.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -122,4 +124,6 @@ void print_user_name(Info & i, User * puser, const std::wstring & guest_name)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,13 +10,16 @@
#ifndef headerfile_winix_templates_misc
#define headerfile_winix_templates_misc
#include <vector>
#include <string>
#include "localefilter.h"
#include "ezc.h"
#include "htmltextstream.h"
namespace Winix
{
struct User;
@@ -61,5 +64,7 @@ void print_user_name(Info & i, User * puser, const std::wstring & guest_name);
} // namespace TemplatesFunctions
} // namespace Winix
#endif

View File

@@ -2,13 +2,16 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -367,7 +370,10 @@ void spaces_tab_has_next(Info & i, PT::Space & space)
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,13 +2,15 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "templates.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -30,4 +32,6 @@ void spaces_tab_has_next(Info & i, PT::Space & space);
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,8 @@
#include "core/misc.h"
#include "core/mounts.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -277,7 +279,11 @@ void mount_tab_parlist(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,15 +2,16 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2013, Tomasz Sowa
* Copyright (c) 2013-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "core/request.h"
#include "templates.h"
namespace Winix
{
@@ -45,4 +46,6 @@ void passwd_resetpass_code(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,7 +10,8 @@
#include "patterncacher.h"
#include "core/log.h"
namespace Winix
{
PatternCacher::PatternCacher()
{
@@ -160,3 +161,7 @@ size_t PatternCacher::Size()
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -17,6 +17,8 @@
#include "misc.h"
#include "ezc.h"
namespace Winix
{
@@ -96,4 +98,7 @@ private:
};
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011-2012, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,8 @@
#include "patterns.h"
#include "core/log.h"
namespace Winix
{
@@ -177,3 +179,9 @@ size_t Patterns::Size()
{
return pat_tab.size();
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011-2012, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -15,6 +15,8 @@
#include "localefilter.h"
#include "misc.h"
namespace Winix
{
class Patterns
@@ -126,4 +128,8 @@ private:
};
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "core/misc.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -279,8 +282,5 @@ void priv_show_form_chmod(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,15 +2,17 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "core/request.h"
#include "templates.h"
namespace Winix
{
@@ -49,4 +51,6 @@ void rebus_question(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,8 @@
#include "core/slog.h"
#include "templates.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -131,3 +133,5 @@ void slog_tab_print(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "core/request.h"
#include "core/misc.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -98,7 +101,11 @@ void stat_item_is_template_from_mount_point(Info & i)
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,8 @@
#include "core/version.h"
#include "core/plugin.h"
namespace Winix
{
@@ -71,4 +73,6 @@ void sys_plugin_tab_name(Info & i)
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,8 @@
#include "templates.h"
#include "core/misc.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -115,4 +117,9 @@ void template_tab_file_name(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,8 @@
#include "core/textstream.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -1037,3 +1039,5 @@ Templates::Templates()
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -28,6 +28,9 @@
#include "core/htmlfilter.h"
#include "db/db.h"
namespace Winix
{
class Functions;
@@ -615,4 +618,6 @@ private:
} // namespace Winix
#endif

View File

@@ -2,13 +2,15 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
#include "textextstream.h"
namespace Winix
{
@@ -470,3 +472,8 @@ TexTextStream & TexTextStream::operator<<(const PT::Date & date)
return *this;
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2012, Tomasz Sowa
* Copyright (c) 2012-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -14,6 +14,8 @@
#include "core/textstream.h"
#include "textstream/textstream.h"
namespace Winix
{
/*
@@ -183,5 +185,7 @@ return *this;
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -12,6 +12,9 @@
#include "templates.h"
#include "misc.h"
namespace Winix
{
namespace TemplatesFunctions
{
@@ -35,3 +38,6 @@ void upload_ckeditor_funnum(Info & i)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,8 @@
#include <ctime>
#include "templates.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -52,4 +54,10 @@ char buf[50];
}
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,8 @@
#include "core/request.h"
#include "core/misc.h"
namespace Winix
{
@@ -267,7 +269,12 @@ void user_tab_is_current(Info & i)
i.res = (user_iter->id == cur->session->puser->id);
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2010, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,8 @@
#include "core/request.h"
#include "core/misc.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -99,7 +101,11 @@ void who_tab_last_time(Info & i)
}
} // namespace TemplatesFunctions
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -14,6 +14,8 @@
#include "core/misc.h"
#include "functions/functions.h"
namespace Winix
{
namespace TemplatesFunctions
@@ -380,3 +382,6 @@ void winix_locale_tab_name(Info & i)
} // namespace
} // namespace Winix