dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2012-08-02 18:05:06 +00:00
parent 9bed59ddbd
commit 57854230c1

View File

@ -68,6 +68,8 @@ private:
Context * global_context; /// Глобальный контекст или NULL, если его нет. (Возможно, равен this.)
public:
Context() : shared(new ContextShared) {}
String getPath() const;
void setPath(const String & path);