run astyle
This commit is contained in:
@@ -76,21 +76,26 @@ public:
|
||||
startWindowImpl(ConfigFile *c, Log *l);
|
||||
~startWindowImpl();
|
||||
|
||||
void setSession(boost::shared_ptr<Session> session) {
|
||||
void setSession(boost::shared_ptr<Session> session)
|
||||
{
|
||||
mySession = session;
|
||||
}
|
||||
boost::shared_ptr<Session> getSession() {
|
||||
boost::shared_ptr<Session> getSession()
|
||||
{
|
||||
assert(mySession.get());
|
||||
return mySession;
|
||||
}
|
||||
boost::shared_ptr< GuiInterface > getMyServerGuiInterface() const {
|
||||
boost::shared_ptr< GuiInterface > getMyServerGuiInterface() const
|
||||
{
|
||||
return myServerGuiInterface;
|
||||
}
|
||||
connectToServerDialogImpl* getMyConnectToServerDialog() const {
|
||||
connectToServerDialogImpl* getMyConnectToServerDialog() const
|
||||
{
|
||||
return myConnectToServerDialog;
|
||||
}
|
||||
|
||||
void setGuiLog(guiLog* l) {
|
||||
void setGuiLog(guiLog* l)
|
||||
{
|
||||
myGuiLog = l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user