Changeset 102 for trunk/src/framework
- Timestamp:
- 11/19/08 13:35:58 (17 years ago)
- Location:
- trunk/src/framework
- Files:
-
- 33 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/framework/Dynamic/FactoryHolder.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Dynamic/ObjectRegistry.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/Grid.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/GridLoader.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/GridRefManager.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/GridReference.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/NGrid.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/TypeContainer.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/TypeContainerFunctions.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/TypeContainerFunctionsPtr.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/GameSystem/TypeContainerVisitor.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Network/SocketDefines.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Platform/CompilerDefs.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Platform/Define.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/CreationPolicy.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/ObjectLifeTime.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/ObjectLifeTime.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/Singleton.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/SingletonImp.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Policies/ThreadingModel.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/ByteConverter.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/Callback.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/CountedReference/Reference.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/CountedReference/ReferenceHolder.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/CountedReference/ReferenceImpl.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/EventProcessor.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/EventProcessor.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/HashMap.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/LinkedList.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/LinkedReference/RefManager.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/LinkedReference/Reference.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/framework/Utilities/TypeList.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify