[GB.NET]
* BUG: Fix the DnsClient properties description: it is synchronous by default. git-svn-id: svn://localhost/gambas/trunk@6664 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
6ea0fc1d75
commit
d7f5c2816b
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ GB_DESC CDnsClientDesc[] =
|
|||
GB_CONSTANT("_IsControl", "b", TRUE),
|
||||
GB_CONSTANT("_IsVirtual", "b", TRUE),
|
||||
GB_CONSTANT("_Group", "s", "Network"),
|
||||
GB_CONSTANT("_Properties", "s", "HostName,HostIP,Async=TRUE"),
|
||||
GB_CONSTANT("_Properties", "s", "HostName,HostIP,Async"),
|
||||
GB_CONSTANT("_DefaultEvent", "s", "Finished"),
|
||||
|
||||
GB_END_DECLARE
|
||||
|
|
Loading…
Reference in a new issue