Comment out StringTest until we use it somewhere.

0.6.0-stable
Charles Krinke 2008-06-28 17:01:26 +00:00
parent 2f70baee52
commit 7a255d4404
1 changed files with 16 additions and 16 deletions

View File

@ -989,22 +989,22 @@ namespace OpenSim.Region.ScriptEngine.Shared
// BELOW IS WORK IN PROGRESS... IT WILL CHANGE, SO DON'T USE YET! :) // BELOW IS WORK IN PROGRESS... IT WILL CHANGE, SO DON'T USE YET! :)
// //
public struct StringTest // public struct StringTest
{ // {
// Our own little string // // Our own little string
internal string actualString; // internal string actualString;
public static implicit operator bool(StringTest mString) // public static implicit operator bool(StringTest mString)
{ // {
if (mString.actualString.Length == 0) // if (mString.actualString.Length == 0)
return true; // return true;
return false; // return false;
} // }
public override string ToString() // public override string ToString()
{ // {
return actualString; // return actualString;
} // }
//
} // }
[Serializable] [Serializable]
public struct key public struct key