Initial merge-commit of the OIC code. Should successfully do discovery for single...
[platform/upstream/iotivity.git] / OCLib / OCSecurityModel.cpp
1 //******************************************************************
2 //
3 // Copyright 2014 Intel Corporation All Rights Reserved.
4 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
5
6 #include "OCSecurityModel.h"
7
8 namespace OC {
9         OCSecurityModel::OCSecurityModel(void)
10         {
11         }
12
13
14         OCSecurityModel::~OCSecurityModel(void)
15         {
16         }
17 }