summaryrefslogtreecommitdiff
path: root/libopie2/examples/opiecore/oprocessdemo
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08Ignoring demo binariesschurig1-0/+1
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
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&)mickeyl3-0/+29
- add an example program for dealing with OProcess. This should be enhanced...