1*d7abf367SMatt Spinler /**
2*d7abf367SMatt Spinler  * Copyright © 2017 IBM Corporation
3*d7abf367SMatt Spinler  *
4*d7abf367SMatt Spinler  * Licensed under the Apache License, Version 2.0 (the "License");
5*d7abf367SMatt Spinler  * you may not use this file except in compliance with the License.
6*d7abf367SMatt Spinler  * You may obtain a copy of the License at
7*d7abf367SMatt Spinler  *
8*d7abf367SMatt Spinler  *     http://www.apache.org/licenses/LICENSE-2.0
9*d7abf367SMatt Spinler  *
10*d7abf367SMatt Spinler  * Unless required by applicable law or agreed to in writing, software
11*d7abf367SMatt Spinler  * distributed under the License is distributed on an "AS IS" BASIS,
12*d7abf367SMatt Spinler  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*d7abf367SMatt Spinler  * See the License for the specific language governing permissions and
14*d7abf367SMatt Spinler  * limitations under the License.
15*d7abf367SMatt Spinler  */
16*d7abf367SMatt Spinler #include "record_manager.hpp"
17*d7abf367SMatt Spinler 
18*d7abf367SMatt Spinler namespace witherspoon
19*d7abf367SMatt Spinler {
20*d7abf367SMatt Spinler namespace power
21*d7abf367SMatt Spinler {
22*d7abf367SMatt Spinler namespace history
23*d7abf367SMatt Spinler {
24*d7abf367SMatt Spinler 
25*d7abf367SMatt Spinler 
26*d7abf367SMatt Spinler }
27*d7abf367SMatt Spinler }
28*d7abf367SMatt Spinler }
29