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