Compiler warning cleanup, fixes all unmatched parameters (adds empty placeholders for CrisOmega to fill in when he wakes up :)), Adds additional warning supressions to prebuild.xml

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2033 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2008-07-30 06:51:51 +00:00
parent 11670bd5e1
commit 2ec24f22fa
21 changed files with 117 additions and 49 deletions

View File

@@ -392,7 +392,9 @@ namespace OpenMetaverse
/// Called whenever the client avatar sits down or stands up
/// </summary>
/// <param name="simulator">Simulator the packet was received from</param>
/// <param name="avatar"></param>
/// <param name="sittingOn">The local ID of the object that is being sat
/// <param name="oldSeat"></param>
/// on. If this is zero the avatar is not sitting on an object</param>
public delegate void AvatarSitChanged(Simulator simulator, Avatar avatar, uint sittingOn, uint oldSeat);