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-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,9 @@
#include "sessiondata.h"
#include "pluginmsg.h"
namespace Winix
{
namespace Ticket
@@ -194,3 +197,6 @@ void CreateTicket::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.
*
*/
@@ -15,6 +15,9 @@
#include "ticketinfo.h"
#include "notify/notify.h"
namespace Winix
{
namespace Ticket
{
@@ -48,4 +51,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-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -13,6 +13,9 @@
#include "core/plugin.h"
#include "pluginmsg.h"
namespace Winix
{
namespace Ticket
@@ -245,3 +248,6 @@ void EditTicket::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.
*
*/
@@ -16,6 +16,8 @@
#include "functions/functionbase.h"
#include "notify/notify.h"
namespace Winix
{
namespace Ticket
@@ -53,4 +55,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/plugin.h"
#include "plugins/thread/pluginmsg.h"
namespace Winix
{
namespace Ticket
@@ -57,3 +60,6 @@ void FunTicket::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,9 @@
#include "ticketinfo.h"
#include "functions/functionbase.h"
namespace Winix
{
namespace Ticket
{
@@ -41,4 +44,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.
*
*/
@@ -19,6 +19,9 @@
#include "plugins/thread/pluginmsg.h"
#include "pluginmsg.h"
namespace Winix
{
extern "C" void Init(PluginInfo &);
@@ -202,3 +205,6 @@ using namespace Ticket;
}
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2011-2013, Tomasz Sowa
* Copyright (c) 2011-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,6 +10,9 @@
#ifndef headerfile_winix_plugins_ticket_pluginmsg
#define headerfile_winix_plugins_ticket_pluginmsg
namespace Winix
{
// values from 4100 - 4199 reserved for 'ticket' plugin
@@ -70,6 +73,8 @@
} // 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 <algorithm>
#include "sessiondata.h"
namespace Winix
{
namespace Ticket
{
@@ -186,3 +189,6 @@ return res.first->second.new_space;
} // 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.
*
*/
@@ -18,6 +18,9 @@
#include "functions/rm.h"
#include "space/space.h"
namespace Winix
{
namespace Ticket
{
@@ -87,5 +90,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-2013, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -14,6 +14,10 @@
#include "plugins/thread/pluginmsg.h"
#include "core/plugin.h"
namespace Winix
{
namespace Ticket
{
@@ -160,3 +164,6 @@ void ShowTickets::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-2012, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -15,6 +15,9 @@
#include "core/item.h"
#include "functions/functionbase.h"
namespace Winix
{
namespace Ticket
{
@@ -57,4 +60,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.
*
*/
@@ -10,6 +10,9 @@
#include "tdb.h"
#include "core/log.h"
namespace Winix
{
namespace Ticket
@@ -256,3 +259,6 @@ return status;
} // namespace
} // 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,12 +10,14 @@
#ifndef headerfile_winix_plugins_ticket_tdb
#define headerfile_winix_plugins_ticket_tdb
#include <vector>
#include "ticket.h"
#include "db/dbbase.h"
#include "core/error.h"
namespace Winix
{
namespace Ticket
{
@@ -52,6 +54,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) 2008-2013, Tomasz Sowa
* Copyright (c) 2008-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -22,6 +22,9 @@
#include "space/space.h"
#include "pluginmsg.h"
namespace Winix
{
namespace Ticket
@@ -1226,4 +1229,7 @@ using namespace ns_ticket_tab;
} // namespace Ticket
} // 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,9 @@
#include <string>
#include <algorithm>
namespace Winix
{
namespace Ticket
{
@@ -72,7 +75,9 @@ struct Ticket
};
} // 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-2013, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -17,6 +17,9 @@
#include "pluginmsg.h"
#include "sessiondata.h"
namespace Winix
{
namespace Ticket
@@ -601,3 +604,6 @@ void TicketInfo::MakeRedirectIfPossible(const Item & item)
} // namespace
} // namespace Winix

View File

@@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2010-2013, Tomasz Sowa
* Copyright (c) 2010-2014, Tomasz Sowa
* All rights reserved.
*
*/
@@ -10,7 +10,6 @@
#ifndef headerfile_winix_plugins_ticket_ticketinfo
#define headerfile_winix_plugins_ticket_ticketinfo
#include <vector>
#include "ticket.h"
#include "core/item.h"
@@ -20,6 +19,8 @@
#include "tdb.h"
#include "space/spaceparser.h"
namespace Winix
{
namespace Ticket
@@ -166,4 +167,6 @@ private:
}
} // namespace Winix
#endif