renaming of attributes in UserAgentData for readability

This commit is contained in:
Sean Dague
2008-04-10 14:50:52 +00:00
parent ef7dfae41c
commit 55ac1c6dce
7 changed files with 63 additions and 63 deletions

View File

@@ -151,7 +151,7 @@ namespace OpenSim.Framework
}
}
public LLUUID RegionID {
public LLUUID InitialRegion {
get {
return regionID;
}
@@ -178,7 +178,7 @@ namespace OpenSim.Framework
}
}
public LLUUID CurrentRegion {
public LLUUID Region {
get {
return currentRegion;
}
@@ -187,7 +187,7 @@ namespace OpenSim.Framework
}
}
public ulong CurrentHandle {
public ulong Handle {
get {
return currentHandle;
}
@@ -196,7 +196,7 @@ namespace OpenSim.Framework
}
}
public LLVector3 CurrentPos {
public LLVector3 Position {
get {
return currentPos;
}