You.i Engine
YiStorageBridgeLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_STORAGE_BRIDGE_LOCATOR_H_
3 #define _YI_STORAGE_BRIDGE_LOCATOR_H_
4 
11 
20 {
21 public:
27  static CYISecureStorageBridge *GetSecureStorageBridge(const CYIString &rStoreName);
28 };
29 
34 #endif // _YI_STORAGE_BRIDGE_LOCATOR_H_
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
Instantiates the device storage oriented bridges; the instance will be deleted automatically when the...
Definition: YiStorageBridgeLocator.h:19
This class is used to securely store a specific key-value pair.
Definition: YiSecureStorageBridge.h:22
static CYISecureStorageBridge * GetSecureStorageBridge(const CYIString &rStoreName)