Actions
Bug / Feature #835
closedDoppelte Klasse
Start date:
26 January 2011
Due date:
% Done:
100%
Estimated time:
Request Type:
Feature Request
Affected Program:
Affected Users:
Description
Compile:
$ gmcs ClientMain.cs /*.cs ../Common/.cs ../Common/*/*.cs ../Common/*/*/*.cs -r:System.Windows.Forms.dll
../Common/Crypto/Parameters/Question.cs(22,16): error CS0101: The namespace `Pirate.PiVote.Crypto' already contains a definition for `Question'
../Common/Crypto/Container/Question.cs(20,16): (Location of the symbol related to previous error)
Compilation failed: 1 error(s), 0 warnings
Grep:
$ grep -irn "public class Question" ../Common/Crypto/* --exclude=*svn*
../Common/Crypto/Container/Question.cs:20: public class Question : Parameters
../Common/Crypto/Parameters/Question.cs:22: public class Question : Serializable
../Common/Crypto/Result/QuestionResult.cs:18: public class QuestionResult
Actions