summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/session.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/session.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/session.cpp22
1 files changed, 14 insertions, 8 deletions
diff --git a/noncore/apps/opie-console/session.cpp b/noncore/apps/opie-console/session.cpp
index ff2c3e2..7cae0df 100644
--- a/noncore/apps/opie-console/session.cpp
+++ b/noncore/apps/opie-console/session.cpp
@@ -12,4 +12,4 @@ Session::Session() {
m_layer = 0l;
- m_widLay = 0l;
- m_emLay = 0l;
+// m_widLay = 0l;
+// m_emLay = 0l;
}
@@ -18,4 +18,4 @@ Session::Session( const QString& na, QWidgetStack* widget, IOLayer* lay)
{
- m_widLay = 0l;
- m_emLay = 0l;
+// m_widLay = 0l;
+// m_emLay = 0l;
}
@@ -23,3 +23,3 @@ Session::~Session() {
delete m_layer;
- delete m_emLay;
+// delete m_emLay;
delete m_widget;
@@ -36,3 +36,3 @@ IOLayer* Session::layer() {
}
-EmulationLayer* Session::emulationLayer() {
+/*EmulationLayer* Session::emulationLayer() {
return m_emLay;
@@ -42,4 +42,5 @@ WidgetLayer* Session::emulationWidget() {
}
+*/
void Session::connect() {
- if ( !m_layer || !m_emLay )
+/* if ( !m_layer || !m_emLay )
return;
@@ -50,4 +51,6 @@ void Session::connect() {
m_layer, SLOT(send(const QByteArray&) ) );
+ */
}
void Session::disconnect() {
+/*
if ( !m_layer || !m_emLay )
@@ -59,2 +62,3 @@ void Session::disconnect() {
m_layer, SLOT(send(const QByteArray&) ) );
+ */
}
@@ -66,3 +70,3 @@ void Session::setWidgetStack( QWidgetStack* wid ) {
/* the EmulationLayer was destroyed... */
- delete m_emLay;
+ //delete m_emLay;
m_widget = wid;
@@ -73,2 +77,3 @@ void Session::setIOLayer( IOLayer* lay ) {
}
+/*
void Session::setEmulationLayer( EmulationLayer* lay ) {
@@ -81 +86,2 @@ void Session::setEmulationWidget( WidgetLayer* lay ) {
}
+*/ \ No newline at end of file