aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2017-01-02 17:47:20 +0000
committerMelanie Thielker2017-01-02 17:47:20 +0000
commitf03a6bbc616c3c9ce8dadce6059cf7899ef91b9b (patch)
tree9a1865348dc394b3cadbf0cd0a21adfb2e36ee9c /bin/Robust.HG.ini.example
parentReplaced OpenMetaverse libs/xmls with new ones. Also added a file in openmeta... (diff)
downloadopensim-SC_OLD-f03a6bbc616c3c9ce8dadce6059cf7899ef91b9b.zip
opensim-SC_OLD-f03a6bbc616c3c9ce8dadce6059cf7899ef91b9b.tar.gz
opensim-SC_OLD-f03a6bbc616c3c9ce8dadce6059cf7899ef91b9b.tar.bz2
opensim-SC_OLD-f03a6bbc616c3c9ce8dadce6059cf7899ef91b9b.tar.xz
Create a generic way for passing constructor args to plugins
The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 20c0804..7d13d43 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -488,8 +488,9 @@
488 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 488 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
489 489
490 ; This inventory service will be used to initialize the user's inventory 490 ; This inventory service will be used to initialize the user's inventory
491 HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" 491 HGInventoryServicePlugin = "HGInventoryService@OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
492 HGInventoryServiceConstructorArg = "HGInventoryService" 492 ; NOTE: HGInventoryServiceConstructorArg is deprecated. For now it will work, but see above
493 ; for the correct method if passing additional arguments.
493 ;; end hypergrid 494 ;; end hypergrid
494 495
495 ; Ask co-operative viewers to use a different currency name 496 ; Ask co-operative viewers to use a different currency name