diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/ipcchild_8c-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/ipcchild_8c-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,43 @@ + + +TB10.1 Example Applications: examples/PIPS/IPC/src/child/ipcchild.c Source File + + + + +

examples/PIPS/IPC/src/child/ipcchild.c

00001 // ipcchild.c
+00002 //
+00003 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
+00004 // All rights reserved.
+00005 // This component and the accompanying materials are made available
+00006 // under the terms of "Eclipse Public License v1.0"
+00007 // which accompanies this distribution, and is available
+00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
+00009 //
+00010 // Initial Contributors:
+00011 // Nokia Corporation - initial contribution.
+00012 //
+00013 // Contributors:
+00014 //
+00015 // Description:
+00016 //
+00017 
+00018 //
+00019 
+00020 #include <stdio.h>
+00021 #include <fcntl.h>
+00022 #include <unistd.h>
+00023 #include <stdlib.h>
+00024 
+00025 int main()
+00026 {
+00027         char msg[]="\r\n*** Child Running ***\r\n";
+00029         sleep(5);
+00030         printf(msg);
+00031         return EXIT_SUCCESS;
+00032 }
+

Generated on Thu Jan 21 10:33:00 2010 for TB10.1 Example Applications by  + +doxygen 1.5.3
+ +