Subversion Repositories spk

Rev

Rev 197 | Rev 298 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 242
Line 101... Line 101...
101
	}
101
	}
102
 
102
 
103
	if ( data && data->Length )
103
	if ( data && data->Length )
104
		return data;
104
		return data;
105
	return nullptr;
105
	return nullptr;
106
}
-
 
107
 
-
 
108
inline System::String ^SystemStringFromCyString ( CyString str )
-
 
109
{
-
 
110
	System::String ^Str = gcnew System::String(str.c_str());
-
 
111
	return Str;
-
 
112
}
106
}
113
 
107
 
114
inline System::String^ _US(const Utils::WString& str)
108
inline System::String^ _US(const Utils::WString& str)
115
{
109
{
116
	System::String^ Str = gcnew System::String(str.c_str());
110
	System::String^ Str = gcnew System::String(str.c_str());