Removing references to OCReflect that were left behind but didnt cause build issues
authorErich Keane <erich.keane@intel.com>
Tue, 16 Sep 2014 17:50:13 +0000 (10:50 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 16 Sep 2014 17:50:13 +0000 (10:50 -0700)
Change-Id: I5480fa14d5ea4960b361d62a67563f45d1dbbfed

include/IServerWrapper.h
include/InProcServerWrapper.h
include/OCApi.h
src/InProcServerWrapper.cpp
src/OCApi.cpp

index 85fe31f..d0f6a03 100644 (file)
@@ -29,8 +29,6 @@
 #include <OCException.h>
 #include <OCApi.h>
 
-using namespace OC::OCReflect;
-
 namespace OC
 {
     class IServerWrapper
index 450825f..574374c 100644 (file)
@@ -27,8 +27,6 @@
 
 #include <IServerWrapper.h>
 
-using namespace OC::OCReflect;
-
 namespace OC
 {
     class InProcServerWrapper : public IServerWrapper
index 8d03c51..4b54e9c 100644 (file)
@@ -35,10 +35,6 @@ namespace OC
     class OCResourceResponse;
 } // namespace OC
 
-namespace OC { namespace OCReflect {
-    struct entity;
-}} // namespace OC::OCReflect
-
 namespace OC
 {
     enum class OCPlatformStatus
index cb172f5..58f633b 100644 (file)
@@ -35,9 +35,6 @@
 #include <OCApi.h>
 #include <OCUtilities.h>
 
-
-using namespace OC::OCReflect;
-
 using namespace std;
 
 std::map <OCResourceHandle, OC::RegisterCallback>  entityHandlerMap;
index 8a1e52c..a5e82fc 100644 (file)
@@ -19,8 +19,3 @@
 //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 #include "ocapi.h"
-
-OC::OCReflect::entity OC::OCResourceResult::property(const std::string& name)
-{
- return OC::OCReflect::entity();
-}