summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerI.h')
-rw-r--r--cpp/src/IceGrid/ServerI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerI.h b/cpp/src/IceGrid/ServerI.h
index 8412d1598a5..38b21d67933 100644
--- a/cpp/src/IceGrid/ServerI.h
+++ b/cpp/src/IceGrid/ServerI.h
@@ -83,6 +83,8 @@ public:
virtual bool isEnabled(const ::Ice::Current& = Ice::Current()) const;
virtual void setProcess_async(const AMD_Server_setProcessPtr&, const ::Ice::ProcessPrx&, const ::Ice::Current&);
+ virtual Ice::StringSeq readLines(const std::string&, Ice::Long, int, Ice::Long&, const Ice::Current&) const;
+
bool isAdapterActivatable(const std::string&, int&) const;
const std::string& getId() const;
DistributionDescriptor getDistribution() const;
@@ -154,6 +156,8 @@ private:
ServerActivation _previousActivation;
WaitItemPtr _timer;
bool _waitForReplication;
+ std::string _stdErrFile;
+ std::string _stdOutFile;
DestroyCommandPtr _destroy;
StopCommandPtr _stop;