Changeset - f19131615eda
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2015-11-13 07:52:13
jkaluza@redhat.com
Add form and response declaration removed by a mistake
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/settingsadhoccommand.cpp
Show inline comments
 
@@ -58,6 +58,9 @@ boost::shared_ptr<Swift::Command> SettingsAdHocCommand::getForm() {
 
		return response;
 
	}
 

	
 
	boost::shared_ptr<Swift::Command> response(new Swift::Command("settings", m_id, Swift::Command::Executing));
 
	boost::shared_ptr<Swift::Form> form(new Swift::Form());
 

	
 
	std::string value;
 
	int type = (int) TYPE_BOOLEAN;
 

	
0 comments (0 inline, 0 general)