summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15No iostream if printfzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-1/+3
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-01-13- add the static method int OProcess::processPID(const QString&)mickeyl1-0/+11
- add an example program for dealing with OProcess. This should be enhanced...