mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-23 16:23:53 -04:00
add Copy routing
This commit is contained in:
@@ -110,6 +110,7 @@ public:
|
||||
ConfigItem(const char *p_name, const char *p_value, const char *const p_type);
|
||||
ConfigItem(const ConfigItem &);
|
||||
~ConfigItem();
|
||||
void Copy(const ConfigItem&);
|
||||
void ConvertValue() const;
|
||||
bool BooleanValue() const;
|
||||
int IntegerValue() const;
|
||||
|
||||
Reference in New Issue
Block a user