String -> std::string, toString methods removed
This commit is contained in:
@@ -317,9 +317,9 @@ namespace epics {
|
||||
|
||||
void release(pvAccessID clientId) {}
|
||||
|
||||
epics::pvData::String getType() const
|
||||
std::string getType() const
|
||||
{
|
||||
return epics::pvData::String("TCP");
|
||||
return std::string("TCP");
|
||||
}
|
||||
|
||||
const osiSockAddr* getRemoteAddress() const { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user