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-2012, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -11,6 +11,9 @@
#include "functions.h"
#include "functions/functions.h"
namespace Winix
{
namespace Thread
@@ -107,3 +110,6 @@ void CreateThread::MakePost()
} // namespace
} // 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.
*
*/
@@ -15,6 +15,8 @@
#include "threadinfo.h"
#include "notify/notify.h"
namespace Winix
{
namespace Thread
{
@@ -44,4 +46,6 @@ private:
} // namespace
} // namespace Winix
#endif

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,9 @@
#include "core/misc.h"
#include "funthread.h"
namespace Winix
{
namespace Thread
{
@@ -84,3 +87,7 @@ void FunThread::MakeGet()
} // namespace
} // 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.
*
*/
@@ -14,6 +14,8 @@
#include "tdb.h"
#include "threadinfo.h"
namespace Winix
{
namespace Thread
@@ -43,4 +45,6 @@ private:
} // namespace
} // namespace Winix
#endif

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.
*
*/
@@ -17,6 +17,9 @@
#include "pluginmsg.h"
#include "templates.h"
namespace Winix
{
extern "C" void Init(PluginInfo &);
@@ -199,3 +202,6 @@ using namespace Thread;
}
} // 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,6 +10,9 @@
#ifndef headerfile_winix_plugins_thread_pluginmsg
#define headerfile_winix_plugins_thread_pluginmsg
namespace Winix
{
// values from 4000 - 4099 reserved for 'thread' plugin
@@ -31,6 +34,9 @@
#define WINIX_PL_THREAD_PREPARE_TO_REPLY_IN_THREAD 4006
} // 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.
*
*/
@@ -14,6 +14,9 @@
#include "core/plugin.h"
#include "pluginmsg.h"
namespace Winix
{
namespace Thread
@@ -132,3 +135,6 @@ void Reply::MakePost()
} // namespace
} // 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.
*
*/
@@ -15,6 +15,8 @@
#include "threadinfo.h"
#include "notify/notify.h"
namespace Winix
{
namespace Thread
@@ -48,4 +50,6 @@ private:
} // namespace
} // 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.
*
*/
@@ -11,6 +11,9 @@
#include "showthreads.h"
#include "functions.h"
namespace Winix
{
namespace Thread
@@ -142,3 +145,6 @@ void ShowThreads::MakeGet()
} // namespace
} // 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.
*
*/
@@ -14,6 +14,8 @@
#include "tdb.h"
#include "threadinfo.h"
namespace Winix
{
namespace Thread
@@ -59,4 +61,7 @@ private:
} // namespace
} // 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,9 @@
#include "tdb.h"
#include "core/log.h"
namespace Winix
{
namespace Thread
@@ -469,3 +472,6 @@ void TDb::GetAllThreadsId(std::vector<long> & file_id)
} // namespace
} // 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.
*
*/
@@ -10,12 +10,13 @@
#ifndef headerfile_winix_plugins_thread_tdb
#define headerfile_winix_plugins_thread_tdb
#include <vector>
#include "thread.h"
#include "db/dbbase.h"
#include "core/error.h"
namespace Winix
{
namespace Thread
@@ -79,8 +80,10 @@ private:
};
} // namespace
} // namespace Winix
#endif

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.
*
*/
@@ -18,6 +18,9 @@
#include "templates/templates.h"
#include "functions/functions.h"
namespace Winix
{
namespace Thread
@@ -535,4 +538,7 @@ void AddEzcFunctions(PluginInfo & info)
} // 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,8 @@
#include "core/plugin.h"
namespace Winix
{
namespace Thread
@@ -27,5 +29,7 @@ void AddEzcFunctions(PluginInfo & info);
} // namespace
} // namespace Winix
#endif

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2009-2012, Tomasz Sowa
* Copyright (c) 2009-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -14,6 +14,9 @@
#include <string.h>
#include "date/date.h"
namespace Winix
{
namespace Thread
{
@@ -56,6 +59,8 @@ public:
} // namespace
} // 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.
*
*/
@@ -11,6 +11,9 @@
#include "core/plugin.h"
#include "pluginmsg.h"
namespace Winix
{
namespace Thread
@@ -160,5 +163,8 @@ void ThreadInfo::MakeRedirectIfPossible(const Item & item)
} // 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.
*
*/
@@ -17,6 +17,8 @@
#include "thread.h"
#include "tdb.h"
namespace Winix
{
namespace Thread
@@ -91,6 +93,8 @@ private:
} // namespace
} // namespace Winix
#endif