Searched refs:DECL_GETTER_REF (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h389 #define DECL_GETTER_REF(_aType, _aName) virtual HRESULT get##_aName(_aType &a##_aName) macro
399 DECL_GETTER_REF(com::Utf8Str, User);
400 DECL_GETTER_REF(com::Utf8Str, Domain);
401 DECL_GETTER_REF(com::Utf8Str, ClientName);
402 DECL_GETTER_REF(com::Utf8Str, ClientIP);
405 #undef DECL_GETTER_REF macro

Completed in 42 milliseconds