aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2010-01-26 12:44:42 -0500
committerTeravus Ovares (Dan Olivares)2010-01-26 12:44:42 -0500
commitccf7bfe09b4ae2fa4e4d680ddd08a23059267d40 (patch)
tree44446e0e2711d4439db88beb086af2683d213b5d /OpenSim/Framework
parent* A few other endlines... (diff)
downloadopensim-SC_OLD-ccf7bfe09b4ae2fa4e4d680ddd08a23059267d40.zip
opensim-SC_OLD-ccf7bfe09b4ae2fa4e4d680ddd08a23059267d40.tar.gz
opensim-SC_OLD-ccf7bfe09b4ae2fa4e4d680ddd08a23059267d40.tar.bz2
opensim-SC_OLD-ccf7bfe09b4ae2fa4e4d680ddd08a23059267d40.tar.xz
* a few more endlines..
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 3489af1..3f53258 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1447,10 +1447,10 @@ namespace OpenSim.Framework
1447 1447
1448 void SendUseCachedMuteList(); 1448 void SendUseCachedMuteList();
1449 1449
1450 void SendMuteListUpdate(string filename); 1450 void SendMuteListUpdate(string filename);
1451 1451
1452 void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals); 1452 void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals);
1453 1453
1454 void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); 1454 void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes);
1455 1455
1456 void KillEndDone(); 1456 void KillEndDone();