* Refactoring: Rename AssetTransactions.cs and AssetTransactionsManager and align classes with file names

* Small amount of ndoc
* This will probably require a prebuild and nant clean
This commit is contained in:
Justin Clarke Casey
2008-02-12 18:15:54 +00:00
parent 49a6ac300f
commit 6a3455a98c
4 changed files with 36 additions and 18 deletions

View File

@@ -266,7 +266,7 @@ namespace OpenSim.Region.Environment.Scenes
else
{
AgentAssetTransactions transactions
= CommsManager.TransactionsManager.GetUserTransActions(remoteClient.AgentId);
= CommsManager.TransactionsManager.GetUserTransactions(remoteClient.AgentId);
if (transactions != null)
{