From 20b3de56573b9e86c6b6041faf684adc8cbb2a45 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 29 Jan 2005 14:23:27 +0000 Subject: examples to where they belong --- (limited to 'libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp') diff --git a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp b/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp deleted file mode 100644 index c5fc328..0000000 --- a/libopie2/examples/opiecore/oprocessdemo/oprocessdemo.cpp +++ b/dev/null @@ -1,13 +0,0 @@ -#include -#include - -using namespace Opie::Core; - -int main( int argc, char** argv ) -{ - printf( "my own PID seems to be '%d'\n", OProcess::processPID( "oprocessdemo" ) ); - printf( "the PID of process 'Mickey' seems to be '%d'\n\n", OProcess::processPID( "Mickey" ) ); - - return 0; -} - -- cgit v0.9.0.2