mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Add more temporary hack macros to help speed up conversion and testing
This commit is contained in:
@ -73,11 +73,11 @@ int plNetTransportMember::FindSubscription(int chan)
|
||||
return (it==fSubscriptions.end()) ? -1 : (it-fSubscriptions.begin());
|
||||
}
|
||||
|
||||
std::string plNetTransportMember::AsStdString() const
|
||||
plString plNetTransportMember::AsString() const
|
||||
{
|
||||
if (IsServer())
|
||||
{
|
||||
return "(server)";
|
||||
return _TEMP_CONVERT_FROM_LITERAL("(server)");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user