Donald Meyers / Mbed OS evan
Committer:
djmeyers
Date:
Sat Mar 18 22:37:16 2017 +0000
Revision:
0:06ee5f8a484a
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
djmeyers 0:06ee5f8a484a 1 /*
djmeyers 0:06ee5f8a484a 2 * Copyright (c) 2015 ARM Limited. All rights reserved.
djmeyers 0:06ee5f8a484a 3 * SPDX-License-Identifier: Apache-2.0
djmeyers 0:06ee5f8a484a 4 * Licensed under the Apache License, Version 2.0 (the License); you may
djmeyers 0:06ee5f8a484a 5 * not use this file except in compliance with the License.
djmeyers 0:06ee5f8a484a 6 * You may obtain a copy of the License at
djmeyers 0:06ee5f8a484a 7 *
djmeyers 0:06ee5f8a484a 8 * http://www.apache.org/licenses/LICENSE-2.0
djmeyers 0:06ee5f8a484a 9 *
djmeyers 0:06ee5f8a484a 10 * Unless required by applicable law or agreed to in writing, software
djmeyers 0:06ee5f8a484a 11 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
djmeyers 0:06ee5f8a484a 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
djmeyers 0:06ee5f8a484a 13 * See the License for the specific language governing permissions and
djmeyers 0:06ee5f8a484a 14 * limitations under the License.
djmeyers 0:06ee5f8a484a 15 */
djmeyers 0:06ee5f8a484a 16 #ifndef M2M_CONNECTION_SECURITY_IMPL_STUB_H
djmeyers 0:06ee5f8a484a 17 #define M2M_CONNECTION_SECURITY_IMPL_STUB_H
djmeyers 0:06ee5f8a484a 18
djmeyers 0:06ee5f8a484a 19 //some internal test related stuff
djmeyers 0:06ee5f8a484a 20 namespace m2mconnectionsecurityimpl_stub
djmeyers 0:06ee5f8a484a 21 {
djmeyers 0:06ee5f8a484a 22 extern int int_value;
djmeyers 0:06ee5f8a484a 23 extern bool use_inc_int;
djmeyers 0:06ee5f8a484a 24 extern int inc_int_value;
djmeyers 0:06ee5f8a484a 25 void clear();
djmeyers 0:06ee5f8a484a 26 }
djmeyers 0:06ee5f8a484a 27
djmeyers 0:06ee5f8a484a 28 #endif // M2M_CONNECTION_SECURITY_IMPL_STUB_H
djmeyers 0:06ee5f8a484a 29
djmeyers 0:06ee5f8a484a 30
djmeyers 0:06ee5f8a484a 31
djmeyers 0:06ee5f8a484a 32