3 Builds with g++ 4.6, 4.8, 4.9.
5 Run "make" to build OCLib.a, the examples, and TBStack in RELEASE mode.
7 Run "make BUILD=debug" to build OCLib.a, the examples, and TBStack in DEBUG mode.
11 │ ├── examples :: TODO :: Unused remove??
18 │ │ ├── MyMultiResourceHandler.cpp
19 │ │ ├── MyMultiResourceHandler.h
20 │ │ ├── MyObserverHandler.cpp
21 │ │ ├── MyObserverHandler.h
22 │ │ ├── MyResourceHandler.cpp
23 │ │ ├── MyResourceHandler.h
26 │ ├── OCWrapper :: TODO :: Unused remove??
29 │ │ ├── testClient.cpp
30 │ │ ├── testServerApp.cpp
31 │ │ └── testServer.cpp
33 │ │ ├── multiple_resources.cpp
34 │ │ └── single_resource.cpp
35 │ ├── test_OCClient.cpp
36 │ ├── test_OCReflect.cpp
37 │ └── test_properties.cpp
38 ├── include - TODO : Seperate what we expose and what we don't
39 │ ├── IClientWrapper.h
40 │ ├── InitializeException.h
41 │ ├── InProcClientWrapper.h
42 │ ├── InProcServerWrapper.h
43 │ ├── IServerWrapper.h
48 │ ├── OCObserverHandler.h
50 │ ├── OCPlatformHandler.h
54 │ ├── OCResourceHandler.h
55 │ ├── OCSecurityModel.h
56 │ ├── OCServer.h :: TODO :: Unused remove??
57 │ ├── OutOfProcClientWrapper.h
58 │ ├── OutOfProcServerWrapper.h
59 │ ├── ResourceInitException.h
60 │ └── WrapperFactory.h
63 │ ├── InProcClientWrapper.cpp
64 │ ├── InProcServerWrapper.cpp
69 │ ├── OCProperties.cpp
72 │ ├── OCSecurityModel.cpp
73 │ └── OCServer.cpp :: TODO :: Unused remove??
74 └── README - You are reading this.