Thank you, patnad, for a patch that adds 3 new discovery functions

to OSSL.
Applied with changes.
Fixes Mantis #3172
This commit is contained in:
Melanie Thielker
2009-02-16 01:22:37 +00:00
parent 312b0f91c4
commit 7d77e0e703
3 changed files with 59 additions and 0 deletions

View File

@@ -99,5 +99,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void osMessageObject(key objectUUID,string message);
void osMakeNotecard(string notecardName, LSL_Types.list contents);
// Grid Info Functions
string osGetGridNick();
string osGetGridName();
string osGetGridLoginURI();
}
}