summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionServantManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/SessionServantManager.h')
-rw-r--r--cpp/src/IceGrid/SessionServantManager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceGrid/SessionServantManager.h b/cpp/src/IceGrid/SessionServantManager.h
index 76dfd1f801a..411b9bde459 100644
--- a/cpp/src/IceGrid/SessionServantManager.h
+++ b/cpp/src/IceGrid/SessionServantManager.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_GRID_SESSIONSERVANTLOCATOR_H
-#define ICE_GRID_SESSIONSERVANTLOCATOR_H
+#pragma once
#include <IceGrid/AdminCallbackRouter.h>
#include <IceUtil/Mutex.h>
@@ -84,5 +83,3 @@ private:
typedef IceUtil::Handle<SessionServantManager> SessionServantManagerPtr;
};
-
-#endif