Change-Id: I5480fa14d5ea4960b361d62a67563f45d1dbbfed
#include <OCException.h>
#include <OCApi.h>
-using namespace OC::OCReflect;
-
namespace OC
{
class IServerWrapper
#include <IServerWrapper.h>
-using namespace OC::OCReflect;
-
namespace OC
{
class InProcServerWrapper : public IServerWrapper
class OCResourceResponse;
} // namespace OC
-namespace OC { namespace OCReflect {
- struct entity;
-}} // namespace OC::OCReflect
-
namespace OC
{
enum class OCPlatformStatus
#include <OCApi.h>
#include <OCUtilities.h>
-
-using namespace OC::OCReflect;
-
using namespace std;
std::map <OCResourceHandle, OC::RegisterCallback> entityHandlerMap;
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#include "ocapi.h"
-
-OC::OCReflect::entity OC::OCResourceResult::property(const std::string& name)
-{
- return OC::OCReflect::entity();
-}