mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[180575] remote files and processes need to support deferred queries
This commit is contained in:
parent
eb9e3ee4bd
commit
dc98e3c94f
2 changed files with 9 additions and 1 deletions
|
@ -3191,7 +3191,7 @@ public class SystemViewRemoteFileAdapter
|
|||
/*
|
||||
* Return whether deferred queries are supported.
|
||||
*/
|
||||
public boolean supportsDeferredQueries()
|
||||
public boolean supportsDeferredQueries(ISubSystem subSys)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -482,4 +482,12 @@ public class SystemViewRemoteProcessAdapter extends AbstractSystemViewAdapter
|
|||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return whether deferred queries are supported.
|
||||
*/
|
||||
public boolean supportsDeferredQueries(ISubSystem subSys)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue