OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
db_client.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef ctrlplane_db_client_h
6 #define ctrlplane_db_client_h
7 
8 #include "base/util.h"
9 
10 class DBClient {
11 public:
12 
13 private:
15 };
16 
17 #endif
DISALLOW_COPY_AND_ASSIGN(DBClient)