apparently, set_proc_param_response doesn't exist

This commit is contained in:
Juri Glass 2011-09-29 18:11:10 +02:00
parent 35d5ee77c2
commit 8e8ff7bd4b
2 changed files with 0 additions and 27 deletions

View file

@ -37,7 +37,6 @@
#include "sml_get_proc_parameter_request.h"
#include "sml_get_proc_parameter_response.h"
#include "sml_set_proc_parameter_request.h"
#include "sml_set_proc_parameter_response.h"
#include "sml_get_list_request.h"
#include "sml_get_list_response.h"
#include "sml_attention_response.h"

View file

@ -1,26 +0,0 @@
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
// DAI-Labor, TU-Berlin
//
// This file is part of libSML.
//
// libSML is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// libSML is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
#ifndef _SML_SET_PROC_PARAMETER_RESPONSE_H
#define _SML_SET_PROC_PARAMETER_RESPONSE_H
// TODO
#endif