00001 #ifndef __epoc_cl2app_clientserver_hpp__ 00002 #define __epoc_cl2app_clientserver_hpp__ 00003 00004 // This file concerns the Symbian specific, Symbian client-server 00005 // framework based interface that CL2 offers to local clients on 00006 // Symbian. 00007 // 00008 // Note that this is an internal API that both the server and any 00009 // clients include in their implementation. This header is not to be 00010 // included in other header files, as it contains static data. 00011 00012 #include <e32std.h> 00013 00014 _LIT(KMyServerName, "cl2daemon"); // process name 00015 const TUid KServerUid3 = {0xE0000000}; // xxx why such a strange uid? 00016 00017 enum TMyMessages 00018 { 00019 /* 00020 ESend, 00021 EReceive, 00022 ECancelReceive, 00023 */ 00024 ETickCountFresh, 00025 ETryEvalScript, // testing 00026 EEvalGetResult, 00027 EEval, 00028 EGetResultLength, 00029 EGetResult 00030 }; 00031 00032 #endif /* __epoc_cl2app_clientserver_hpp__ */
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:52 2011 by Doxygen 1.6.1