You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2020/06/09 13:27:46 UTC

[nifi-minifi-cpp] branch master updated: MINIFICPP-1250 - Remove C2Callback.H

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new bc29fa8  MINIFICPP-1250 - Remove C2Callback.H
bc29fa8 is described below

commit bc29fa815b03eb184bd8e4eb7de15d3b45fd2e14
Author: Adam Hunyadi <hu...@gmail.com>
AuthorDate: Tue Jun 9 11:37:08 2020 +0200

    MINIFICPP-1250 - Remove C2Callback.H
    
    Signed-off-by: Arpad Boda <ab...@apache.org>
    
    This closes #803
---
 libminifi/include/c2/C2Callback.h | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/libminifi/include/c2/C2Callback.h b/libminifi/include/c2/C2Callback.h
deleted file mode 100644
index a8241cf..0000000
--- a/libminifi/include/c2/C2Callback.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/**
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-#ifndef LIBMINIFI_INCLUDE_C2_C2CALLBACK_H_
-#define LIBMINIFI_INCLUDE_C2_C2CALLBACK_H_
-
-
-#include "C2Agent.h"
-
-/**
- * Purpose: Provides a callback with very specific accesses
- */
-class C2Callback {
-
- public:
-  C2Callback(const std::shared_ptr<C2>)
-
-};
-
-
-#endif /* LIBMINIFI_INCLUDE_C2_C2CALLBACK_H_ */