mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
Ref T709, ctor from JSON string
This commit is contained in:
committed by
Mat Sutcliffe
parent
3eb53aec82
commit
cb4d291621
@@ -23,8 +23,13 @@ namespace XSwiftBus
|
||||
//! Constructor.
|
||||
CSettings();
|
||||
|
||||
//! JSON constructor
|
||||
CSettings(const std::string &json);
|
||||
|
||||
//! Destructor;
|
||||
~CSettings();
|
||||
virtual ~CSettings() {}
|
||||
};
|
||||
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user