Difference between revisions of "Uno/Cpp/Spec/Environment Guard"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Spec
Jump to: navigation, search
m (Added category.)
Line 1: Line 1:
author:  [[User:Kr|Kr]] <br>
 
 
version: {{REVISIONID}} <br>
 
version: {{REVISIONID}} <br>
 
state:  draft          <br>
 
state:  draft          <br>
created: 01/10/2006    <br>
 
 
type:    specification  <br>
 
type:    specification  <br>
  
== C++ UNO ==
+
== Environment Guard ==
=== Environment Guard ===
+
  
 
; Feature: A Guard and an AntiGuard for UNO environments.
 
; Feature: A Guard and an AntiGuard for UNO environments.
Line 28: Line 25:
 
:* C++ uno::Environment
 
:* C++ uno::Environment
 
:* Stacked Environments
 
:* Stacked Environments
 +
 +
[[Category:Uno:Cpp:Spec]]

Revision as of 15:35, 20 April 2006

version: 8697
state: draft
type: specification

Environment Guard

Feature
A Guard and an AntiGuard for UNO environments.
Rationale 
API
cppu::EnvGuard
EnvGuard(uno::Environment const & env);
cppu::AntiEnvGuard
AntiEnvGuard(void);
ClearableEnvGuard
ClearableEnvGuard(uno::Environment const & env);
void clear(void);
Compatibility Issues
None.
Dependencies
  • C++ uno::Environment
  • Stacked Environments
Personal tools