summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.cpp
blob: 79d47f54eb65cd13ab84b8e02789dc12671cc6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "io_layer.h"

IOLayer::IOLayer()
    : QObject()
{
}

IOLayer::IOLayer(const Profile &)
    : QObject()
{
}

IOLayer::~IOLayer() {
}
int IOLayer::rawIO()const{
    return -1;
}