diff options
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r-- | cpp/src/IceGrid/Database.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h index 4f7d415399c..2136808f73f 100644 --- a/cpp/src/IceGrid/Database.h +++ b/cpp/src/IceGrid/Database.h @@ -7,7 +7,8 @@ // // ********************************************************************** -#pragma once +#ifndef ICE_GRID_DATABASE_H +#define ICE_GRID_DATABASE_H #include <IceUtil/Mutex.h> #include <IceUtil/Shared.h> @@ -236,3 +237,5 @@ private: typedef IceUtil::Handle<Database> DatabasePtr; }; + +#endif |