in-memory-storage-persistent.cpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
23 
24 namespace ndn {
25 namespace util {
26 
28  : InMemoryStorage()
29 {
30 }
31 
32 InMemoryStoragePersistent::InMemoryStoragePersistent(boost::asio::io_service& ioService)
33  : InMemoryStorage(ioService)
34 {
35 }
36 
37 bool
39 {
40  return false;
41 }
42 
43 } // namespace util
44 } // namespace ndn
Copyright (c) 2013-2016 Regents of the University of California.
Definition: common.hpp:74
Represents in-memory storage.