comparison API/Objects/Requirement/AbstractRequirement.cs @ 381:30db6669f5cd

* Update to VS.Net 2010 compatibility * Fix whitespace no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Sun, 07 Aug 2011 19:15:33 +0000
parents 0dd8dbe8afe9
children 71fceea2725b
comparison
equal deleted inserted replaced
380:7036bf04e955 381:30db6669f5cd
1 // This file (AbstractRequirement.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2011 IBBoard 1 // This file (AbstractRequirement.cs) is a part of the IBBoard.WarFoundry.API project and is copyright 2011 IBBoard
2 // 2 //
3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license. 3 // The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
4 using System; 4 using System;
5
5 6
6 namespace IBBoard.WarFoundry.API.Objects.Requirement 7 namespace IBBoard.WarFoundry.API.Objects.Requirement
7 { 8 {
8 public abstract class AbstractRequirement : IRequirement 9 public abstract class AbstractRequirement : IRequirement
9 { 10 {