OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Services.Interfaces.IFriendsService Interface Reference
Inheritance diagram for OpenSim.Services.Interfaces.IFriendsService:
Inheritance graph
[legend]

Public Member Functions

FriendInfo[] GetFriends (UUID PrincipalID)
 
FriendInfo[] GetFriends (string PrincipalID)
 
bool StoreFriend (string PrincipalID, string Friend, int flags)
 
bool Delete (UUID PrincipalID, string Friend)
 
bool Delete (string PrincipalID, string Friend)
 

Detailed Description

Definition at line 82 of file IFriendsService.cs.

Member Function Documentation

bool OpenSim.Services.Interfaces.IFriendsService.Delete ( UUID  PrincipalID,
string  Friend 
)
bool OpenSim.Services.Interfaces.IFriendsService.Delete ( string  PrincipalID,
string  Friend 
)
FriendInfo [] OpenSim.Services.Interfaces.IFriendsService.GetFriends ( UUID  PrincipalID)
FriendInfo [] OpenSim.Services.Interfaces.IFriendsService.GetFriends ( string  PrincipalID)
bool OpenSim.Services.Interfaces.IFriendsService.StoreFriend ( string  PrincipalID,
string  Friend,
int  flags 
)

The documentation for this interface was generated from the following file: