diff options
author | Teravus Ovares (Dan Olivares) | 2010-01-26 12:41:37 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2010-01-26 12:41:37 -0500 |
commit | bc68f77396ec7738b64e4abe797b9ff7eeb84b3d (patch) | |
tree | fcaaf32b51f785c8b22aa6cbb4262adda0163ffd | |
parent | * Fix Endlines in Mock/TestClient.cs (diff) | |
download | opensim-SC_OLD-bc68f77396ec7738b64e4abe797b9ff7eeb84b3d.zip opensim-SC_OLD-bc68f77396ec7738b64e4abe797b9ff7eeb84b3d.tar.gz opensim-SC_OLD-bc68f77396ec7738b64e4abe797b9ff7eeb84b3d.tar.bz2 opensim-SC_OLD-bc68f77396ec7738b64e4abe797b9ff7eeb84b3d.tar.xz |
* A few other endlines...
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 4a4c515..1d15552 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1138,15 +1138,15 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1138 | } | 1138 | } |
1139 | 1139 | ||
1140 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1140 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1141 | { | 1141 | { |
1142 | } | 1142 | } |
1143 | 1143 | ||
1144 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) | 1144 | public void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes) |
1145 | { | 1145 | { |
1146 | } | 1146 | } |
1147 | 1147 | ||
1148 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) | 1148 | public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals) |
1149 | { | 1149 | { |
1150 | } | 1150 | } |
1151 | } | 1151 | } |
1152 | } | 1152 | } |