Uno/Cpp/Snippet/Environment Guard

From Apache OpenOffice Wiki
< Uno‎ | Cpp
Revision as of 11:20, 28 September 2006 by Kr (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[cpp]

  1. include <cppu/EnvGuards.hxx>

... {

 cppu::EnvGuard cppUnsafe(uno::Environment(RTL_CONSTASCII_USTRINGPARAM("c++:unsafe")));
 // From here onwards the environment is entered, until the end of the block.
 ...

}

Personal tools