summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/SessionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/SessionI.h')
-rw-r--r--cpp/src/IceGrid/SessionI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/SessionI.h b/cpp/src/IceGrid/SessionI.h
index 927f1e8a026..b4a4f4967c2 100644
--- a/cpp/src/IceGrid/SessionI.h
+++ b/cpp/src/IceGrid/SessionI.h
@@ -84,6 +84,7 @@ public:
int getAllocationTimeout() const;
const WaitQueuePtr& getWaitQueue() const { return _waitQueue; }
const std::string& getId() const { return _id; }
+ Glacier2::SessionControlPrx getSessionControl() const { return _sessionControl; }
bool addAllocationRequest(const AllocationRequestPtr&);
void removeAllocationRequest(const AllocationRequestPtr&);