示例#1
0
 def getAttrRW(cls):
     attrs = [
         "sim_name",
         "sim_location",
         "master_avatar_uuid",
         "estate_id"
         ]
     return ServiceBase.getAttrRW() + attrs
示例#2
0
 def getAttrRW(self):
     attrs = [
         ]
     return ServiceBase.getAttrRW() + attrs
示例#3
0
 def getAttrRW(self):
     attrs = []
     return ServiceBase.getAttrRW() + attrs
示例#4
0
 def getAttrRW(cls):
     attrs = [
        "maintenance_mode",  
         ]
     return ServiceBase.getAttrRW() + attrs
示例#5
0
 def getAttrRW(cls):
     attrs = [
         "maintenance_mode",
     ]
     return ServiceBase.getAttrRW() + attrs