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