LibreOffice Module cppuhelper (master)
1
|
Helper class to implement IDs for XUnoTunnel. More...
#include <typeprovider.hxx>
Public Member Functions | |
OImplementationId (bool bUseEthernetAddress=true) | |
Constructor. More... | |
OImplementationId (const css::uno::Sequence< sal_Int8 > &rSeq) | |
Constructor giving implementation id. More... | |
OImplementationId (const OImplementationId &rId) | |
css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () const |
Get implementation id. More... | |
Private Attributes | |
css::uno::Sequence< sal_Int8 > * | _pSeq |
sal_Bool | _bUseEthernetAddress |
Helper class to implement IDs for XUnoTunnel.
Construct a static object of this class for your UNO object's implementation id.
Definition at line 172 of file typeprovider.hxx.
|
inline |
Constructor.
bUseEthernetAddress | whether an ethernet mac address should be taken into account |
Definition at line 198 of file typeprovider.hxx.
References NULL.
|
inline |
Constructor giving implementation id.
rSeq | implementation id |
Definition at line 206 of file typeprovider.hxx.
References Sequence.
|
inline |
Definition at line 210 of file typeprovider.hxx.
References Sequence.
|
private |
Definition at line 175 of file typeprovider.hxx.
|
mutableprivate |
Definition at line 174 of file typeprovider.hxx.