mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Set svn:eol-style.
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework.Data
|
||||
{
|
||||
public abstract class AssetDataBase : IAssetProvider
|
||||
{
|
||||
public abstract AssetBase FetchAsset(LLUUID uuid);
|
||||
public abstract void CreateAsset(AssetBase asset);
|
||||
public abstract void UpdateAsset(AssetBase asset);
|
||||
public abstract bool ExistsAsset(LLUUID uuid);
|
||||
public abstract void CommitAssets();
|
||||
|
||||
public abstract string Version { get; }
|
||||
public abstract string Name { get; }
|
||||
public abstract void Initialise();
|
||||
}
|
||||
}
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework.Data
|
||||
{
|
||||
public abstract class AssetDataBase : IAssetProvider
|
||||
{
|
||||
public abstract AssetBase FetchAsset(LLUUID uuid);
|
||||
public abstract void CreateAsset(AssetBase asset);
|
||||
public abstract void UpdateAsset(AssetBase asset);
|
||||
public abstract bool ExistsAsset(LLUUID uuid);
|
||||
public abstract void CommitAssets();
|
||||
|
||||
public abstract string Version { get; }
|
||||
public abstract string Name { get; }
|
||||
public abstract void Initialise();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user