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

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

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

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

}