File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+
2+
3+ /*
4+ * License plate detection
5+ * See COPYRIGHT file at the top of the source tree.
6+ *
7+ * This product includes software developed by the
8+ * STARGUE Project (http://www.stargue.org/).
9+ *
10+ * This program is free software: you can redistribute it and/or modify
11+ * it under the terms of the GNU General Public License as published by
12+ * the Free Software Foundation, either version 3 of the License, or
13+ * (at your option) any later version.
14+ *
15+ * This program is distributed in the hope that it will be useful,
16+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
17+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+ * GNU General Public License for more details.
19+ *
20+ * You should have received a copy of the STARGUE License Statement and
21+ * the GNU General Public License along with this program. If not,
22+ * see <http://www.lsstcorp.org/LegalNotices/>.
23+ */
24+
25+ /* *
26+ * @file MyProcessor.h
27+ *
28+ * @brief An abstract class used by the server to process a client request
29+ *
30+ * @author Adama Zouma
31+ *
32+ * @Contact: stargue49@gmail.com
33+ *
34+ */
35+
36+
137#ifndef MY_PROCESSOR_H
238#define MY_PROCESSOR_H
339#include " MyServer.h"
You can’t perform that action at this time.
0 commit comments