summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/DB.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/DB.h')
-rw-r--r--cpp/src/IceStorm/DB.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/DB.h b/cpp/src/IceStorm/DB.h
index 87501b61f0d..0413ed11780 100644
--- a/cpp/src/IceStorm/DB.h
+++ b/cpp/src/IceStorm/DB.h
@@ -7,7 +7,8 @@
//
// **********************************************************************
-#pragma once
+#ifndef DATABASE_CACHE_H
+#define DATABASE_CACHE_H
#include <Ice/Plugin.h>
#include <IceDB/IceDB.h>
@@ -56,3 +57,6 @@ public:
typedef IceUtil::Handle<DatabasePlugin> DatabasePluginPtr;
}
+
+
+#endif